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