@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
48 lines • 1.65 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.UKLocalMandateAccountIdentification = void 0;
class UKLocalMandateAccountIdentification {
static getAttributeTypeMap() {
return UKLocalMandateAccountIdentification.attributeTypeMap;
}
constructor() {
}
}
exports.UKLocalMandateAccountIdentification = UKLocalMandateAccountIdentification;
UKLocalMandateAccountIdentification.discriminator = undefined;
UKLocalMandateAccountIdentification.mapping = undefined;
UKLocalMandateAccountIdentification.attributeTypeMap = [
{
"name": "accountNumber",
"baseName": "accountNumber",
"type": "string",
"format": ""
},
{
"name": "sortCode",
"baseName": "sortCode",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "UKLocalMandateAccountIdentification.TypeEnum",
"format": ""
}
];
(function (UKLocalMandateAccountIdentification) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["UkLocal"] = "ukLocal";
})(TypeEnum = UKLocalMandateAccountIdentification.TypeEnum || (UKLocalMandateAccountIdentification.TypeEnum = {}));
})(UKLocalMandateAccountIdentification = exports.UKLocalMandateAccountIdentification || (exports.UKLocalMandateAccountIdentification = {}));
//# sourceMappingURL=uKLocalMandateAccountIdentification.js.map