@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
78 lines • 1.98 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;
}
constructor() {
}
}
exports.PaymentCaptureRequest = PaymentCaptureRequest;
PaymentCaptureRequest.discriminator = undefined;
PaymentCaptureRequest.mapping = undefined;
PaymentCaptureRequest.attributeTypeMap = [
{
"name": "amount",
"baseName": "amount",
"type": "Amount",
"format": ""
},
{
"name": "applicationInfo",
"baseName": "applicationInfo",
"type": "ApplicationInfo | null",
"format": ""
},
{
"name": "enhancedSchemeData",
"baseName": "enhancedSchemeData",
"type": "EnhancedSchemeData | null",
"format": ""
},
{
"name": "lineItems",
"baseName": "lineItems",
"type": "Array<LineItem>",
"format": ""
},
{
"name": "merchantAccount",
"baseName": "merchantAccount",
"type": "string",
"format": ""
},
{
"name": "platformChargebackLogic",
"baseName": "platformChargebackLogic",
"type": "PlatformChargebackLogic | null",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "splits",
"baseName": "splits",
"type": "Array<Split>",
"format": ""
},
{
"name": "subMerchants",
"baseName": "subMerchants",
"type": "Array<SubMerchantInfo>",
"format": ""
}
];
//# sourceMappingURL=paymentCaptureRequest.js.map