@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.23 kB
JavaScript
;
/*
* The version of the OpenAPI document: v6
* Contact: developer-experience@adyen.com
*
* 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.AccountProcessingState = void 0;
class AccountProcessingState {
static getAttributeTypeMap() {
return AccountProcessingState.attributeTypeMap;
}
}
exports.AccountProcessingState = AccountProcessingState;
AccountProcessingState.discriminator = undefined;
AccountProcessingState.attributeTypeMap = [
{
"name": "disableReason",
"baseName": "disableReason",
"type": "string"
},
{
"name": "disabled",
"baseName": "disabled",
"type": "boolean"
},
{
"name": "processedFrom",
"baseName": "processedFrom",
"type": "Amount"
},
{
"name": "processedTo",
"baseName": "processedTo",
"type": "Amount"
},
{
"name": "tierNumber",
"baseName": "tierNumber",
"type": "number"
}
];
//# sourceMappingURL=accountProcessingState.js.map