@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.82 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.BalanceAccountInfo = void 0;
class BalanceAccountInfo {
static getAttributeTypeMap() {
return BalanceAccountInfo.attributeTypeMap;
}
constructor() {
}
}
exports.BalanceAccountInfo = BalanceAccountInfo;
BalanceAccountInfo.discriminator = undefined;
BalanceAccountInfo.mapping = undefined;
BalanceAccountInfo.attributeTypeMap = [
{
"name": "accountHolderId",
"baseName": "accountHolderId",
"type": "string",
"format": ""
},
{
"name": "defaultCurrencyCode",
"baseName": "defaultCurrencyCode",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "migratedAccountCode",
"baseName": "migratedAccountCode",
"type": "string",
"format": ""
},
{
"name": "platformPaymentConfiguration",
"baseName": "platformPaymentConfiguration",
"type": "PlatformPaymentConfiguration | null",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "timeZone",
"baseName": "timeZone",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=balanceAccountInfo.js.map