@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
30 lines • 873 B
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CancelTransfersRequest = void 0;
class CancelTransfersRequest {
static getAttributeTypeMap() {
return CancelTransfersRequest.attributeTypeMap;
}
constructor() {
}
}
exports.CancelTransfersRequest = CancelTransfersRequest;
CancelTransfersRequest.discriminator = undefined;
CancelTransfersRequest.mapping = undefined;
CancelTransfersRequest.attributeTypeMap = [
{
"name": "transferIds",
"baseName": "transferIds",
"type": "Array<string>",
"format": ""
}
];
//# sourceMappingURL=cancelTransfersRequest.js.map