@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.72 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.PaymentCaptureRequest = void 0;
class PaymentCaptureRequest {
static getAttributeTypeMap() {
return PaymentCaptureRequest.attributeTypeMap;
}
}
exports.PaymentCaptureRequest = PaymentCaptureRequest;
PaymentCaptureRequest.discriminator = undefined;
PaymentCaptureRequest.attributeTypeMap = [
{
"name": "amount",
"baseName": "amount",
"type": "Amount"
},
{
"name": "applicationInfo",
"baseName": "applicationInfo",
"type": "ApplicationInfo | null"
},
{
"name": "enhancedSchemeData",
"baseName": "enhancedSchemeData",
"type": "EnhancedSchemeData | null"
},
{
"name": "lineItems",
"baseName": "lineItems",
"type": "Array<LineItem>"
},
{
"name": "merchantAccount",
"baseName": "merchantAccount",
"type": "string"
},
{
"name": "platformChargebackLogic",
"baseName": "platformChargebackLogic",
"type": "PlatformChargebackLogic | null"
},
{
"name": "reference",
"baseName": "reference",
"type": "string"
},
{
"name": "splits",
"baseName": "splits",
"type": "Array<Split>"
},
{
"name": "subMerchants",
"baseName": "subMerchants",
"type": "Array<SubMerchantInfo>"
}
];
//# sourceMappingURL=paymentCaptureRequest.js.map