@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
126 lines • 2.94 kB
JavaScript
;
/*
* The version of the OpenAPI document: v68
*
*
* 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.RecurringDetail = void 0;
class RecurringDetail {
static getAttributeTypeMap() {
return RecurringDetail.attributeTypeMap;
}
constructor() {
}
}
exports.RecurringDetail = RecurringDetail;
RecurringDetail.discriminator = undefined;
RecurringDetail.mapping = undefined;
RecurringDetail.attributeTypeMap = [
{
"name": "additionalData",
"baseName": "additionalData",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "alias",
"baseName": "alias",
"type": "string",
"format": ""
},
{
"name": "aliasType",
"baseName": "aliasType",
"type": "string",
"format": ""
},
{
"name": "bank",
"baseName": "bank",
"type": "BankAccount | null",
"format": ""
},
{
"name": "billingAddress",
"baseName": "billingAddress",
"type": "Address | null",
"format": ""
},
{
"name": "card",
"baseName": "card",
"type": "Card | null",
"format": ""
},
{
"name": "contractTypes",
"baseName": "contractTypes",
"type": "Array<string>",
"format": ""
},
{
"name": "creationDate",
"baseName": "creationDate",
"type": "Date",
"format": "date-time"
},
{
"name": "firstPspReference",
"baseName": "firstPspReference",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "networkTxReference",
"baseName": "networkTxReference",
"type": "string",
"format": ""
},
{
"name": "paymentMethodVariant",
"baseName": "paymentMethodVariant",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "shopperName",
"baseName": "shopperName",
"type": "Name | null",
"format": ""
},
{
"name": "socialSecurityNumber",
"baseName": "socialSecurityNumber",
"type": "string",
"format": ""
},
{
"name": "tokenDetails",
"baseName": "tokenDetails",
"type": "TokenDetails | null",
"format": ""
},
{
"name": "variant",
"baseName": "variant",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=recurringDetail.js.map