@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 1.42 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.PLLocalAccountIdentification = void 0;
class PLLocalAccountIdentification {
static getAttributeTypeMap() {
return PLLocalAccountIdentification.attributeTypeMap;
}
constructor() {
}
}
exports.PLLocalAccountIdentification = PLLocalAccountIdentification;
PLLocalAccountIdentification.discriminator = undefined;
PLLocalAccountIdentification.mapping = undefined;
PLLocalAccountIdentification.attributeTypeMap = [
{
"name": "accountNumber",
"baseName": "accountNumber",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "PLLocalAccountIdentification.TypeEnum",
"format": ""
}
];
(function (PLLocalAccountIdentification) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["PlLocal"] = "plLocal";
})(TypeEnum = PLLocalAccountIdentification.TypeEnum || (PLLocalAccountIdentification.TypeEnum = {}));
})(PLLocalAccountIdentification = exports.PLLocalAccountIdentification || (exports.PLLocalAccountIdentification = {}));
//# sourceMappingURL=pLLocalAccountIdentification.js.map