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