@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
74 lines • 2.09 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.OpenInvoiceDetails = void 0;
class OpenInvoiceDetails {
static getAttributeTypeMap() {
return OpenInvoiceDetails.attributeTypeMap;
}
constructor() {
}
}
exports.OpenInvoiceDetails = OpenInvoiceDetails;
OpenInvoiceDetails.discriminator = undefined;
OpenInvoiceDetails.mapping = undefined;
OpenInvoiceDetails.attributeTypeMap = [
{
"name": "billingAddress",
"baseName": "billingAddress",
"type": "string",
"format": ""
},
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "deliveryAddress",
"baseName": "deliveryAddress",
"type": "string",
"format": ""
},
{
"name": "personalDetails",
"baseName": "personalDetails",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "OpenInvoiceDetails.TypeEnum",
"format": ""
}
];
(function (OpenInvoiceDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["Openinvoice"] = "openinvoice";
TypeEnum["AfterpayDirectdebit"] = "afterpay_directdebit";
TypeEnum["AtomePos"] = "atome_pos";
})(TypeEnum = OpenInvoiceDetails.TypeEnum || (OpenInvoiceDetails.TypeEnum = {}));
})(OpenInvoiceDetails = exports.OpenInvoiceDetails || (exports.OpenInvoiceDetails = {}));
//# sourceMappingURL=openInvoiceDetails.js.map