@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.53 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.PaymentData = void 0;
class PaymentData {
static getAttributeTypeMap() {
return PaymentData.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentData = PaymentData;
PaymentData.discriminator = undefined;
PaymentData.mapping = undefined;
PaymentData.attributeTypeMap = [
{
"name": "PaymentType",
"baseName": "PaymentType",
"type": "PaymentType",
"format": ""
},
{
"name": "SplitPaymentFlag",
"baseName": "SplitPaymentFlag",
"type": "boolean",
"format": ""
},
{
"name": "RequestedValidityDate",
"baseName": "RequestedValidityDate",
"type": "string",
"format": "date"
},
{
"name": "CardAcquisitionReference",
"baseName": "CardAcquisitionReference",
"type": "TransactionIDType | null",
"format": ""
},
{
"name": "Instalment",
"baseName": "Instalment",
"type": "Instalment | null",
"format": ""
},
{
"name": "PaymentInstrumentData",
"baseName": "PaymentInstrumentData",
"type": "PaymentInstrumentData | null",
"format": ""
}
];
//# sourceMappingURL=paymentData.js.map