@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.69 kB
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.BankAccountDetails = void 0;
class BankAccountDetails {
static getAttributeTypeMap() {
return BankAccountDetails.attributeTypeMap;
}
constructor() {
}
}
exports.BankAccountDetails = BankAccountDetails;
BankAccountDetails.discriminator = undefined;
BankAccountDetails.mapping = undefined;
BankAccountDetails.attributeTypeMap = [
{
"name": "accountNumber",
"baseName": "accountNumber",
"type": "string",
"format": ""
},
{
"name": "accountType",
"baseName": "accountType",
"type": "string",
"format": ""
},
{
"name": "branchNumber",
"baseName": "branchNumber",
"type": "string",
"format": ""
},
{
"name": "formFactor",
"baseName": "formFactor",
"type": "string",
"format": ""
},
{
"name": "iban",
"baseName": "iban",
"type": "string",
"format": ""
},
{
"name": "routingNumber",
"baseName": "routingNumber",
"type": "string",
"format": ""
},
{
"name": "sortCode",
"baseName": "sortCode",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=bankAccountDetails.js.map