@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.22 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.Balance = void 0;
class Balance {
static getAttributeTypeMap() {
return Balance.attributeTypeMap;
}
constructor() {
}
}
exports.Balance = Balance;
Balance.discriminator = undefined;
Balance.mapping = undefined;
Balance.attributeTypeMap = [
{
"name": "available",
"baseName": "available",
"type": "number",
"format": "int64"
},
{
"name": "balance",
"baseName": "balance",
"type": "number",
"format": "int64"
},
{
"name": "currency",
"baseName": "currency",
"type": "string",
"format": ""
},
{
"name": "pending",
"baseName": "pending",
"type": "number",
"format": "int64"
},
{
"name": "reserved",
"baseName": "reserved",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=balance.js.map