@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.62 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.BankAccountInfo = void 0;
class BankAccountInfo {
static getAttributeTypeMap() {
return BankAccountInfo.attributeTypeMap;
}
}
exports.BankAccountInfo = BankAccountInfo;
BankAccountInfo.discriminator = undefined;
BankAccountInfo.attributeTypeMap = [
{
"name": "accountIdentification",
"baseName": "accountIdentification",
"type": "AULocalAccountIdentification | CALocalAccountIdentification | CZLocalAccountIdentification | DKLocalAccountIdentification | HKLocalAccountIdentification | HULocalAccountIdentification | IbanAccountIdentification | NOLocalAccountIdentification | NZLocalAccountIdentification | NumberAndBicAccountIdentification | PLLocalAccountIdentification | SELocalAccountIdentification | SGLocalAccountIdentification | UKLocalAccountIdentification | USLocalAccountIdentification | null"
},
{
"name": "accountType",
"baseName": "accountType",
"type": "string"
},
{
"name": "bankName",
"baseName": "bankName",
"type": "string"
},
{
"name": "countryCode",
"baseName": "countryCode",
"type": "string"
},
{
"name": "trustedSource",
"baseName": "trustedSource",
"type": "boolean"
}
];
//# sourceMappingURL=bankAccountInfo.js.map