@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
51 lines • 1.31 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.AccountPayoutState = void 0;
class AccountPayoutState {
static getAttributeTypeMap() {
return AccountPayoutState.attributeTypeMap;
}
}
exports.AccountPayoutState = AccountPayoutState;
AccountPayoutState.discriminator = undefined;
AccountPayoutState.attributeTypeMap = [
{
"name": "allowPayout",
"baseName": "allowPayout",
"type": "boolean"
},
{
"name": "disableReason",
"baseName": "disableReason",
"type": "string"
},
{
"name": "disabled",
"baseName": "disabled",
"type": "boolean"
},
{
"name": "notAllowedReason",
"baseName": "notAllowedReason",
"type": "string"
},
{
"name": "payoutLimit",
"baseName": "payoutLimit",
"type": "Amount"
},
{
"name": "tierNumber",
"baseName": "tierNumber",
"type": "number"
}
];
//# sourceMappingURL=accountPayoutState.js.map