@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.34 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.BalanceInquiryResponse = void 0;
/**
* Content of the Balance Inquiry Response message. It conveys the balance and the identification of the associated payment, loyalty or stored value account.
*/
class BalanceInquiryResponse {
static getAttributeTypeMap() {
return BalanceInquiryResponse.attributeTypeMap;
}
constructor() {
}
}
exports.BalanceInquiryResponse = BalanceInquiryResponse;
BalanceInquiryResponse.discriminator = undefined;
BalanceInquiryResponse.mapping = undefined;
BalanceInquiryResponse.attributeTypeMap = [
{
"name": "Response",
"baseName": "Response",
"type": "Response",
"format": ""
},
{
"name": "PaymentAccountStatus",
"baseName": "PaymentAccountStatus",
"type": "PaymentAccountStatus | null",
"format": ""
},
{
"name": "PaymentReceipt",
"baseName": "PaymentReceipt",
"type": "Array<PaymentReceipt>",
"format": ""
}
];
//# sourceMappingURL=balanceInquiryResponse.js.map