@airwallex/node-sdk
Version:
Airwallex Node.js SDK
45 lines • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VirtualBankAccountOpenFee = void 0;
var VirtualBankAccountOpenFee;
(function (VirtualBankAccountOpenFee) {
VirtualBankAccountOpenFee.discriminator = 'VirtualBankAccountOpenFee';
VirtualBankAccountOpenFee.attributeTypeMap = [
{
name: 'capability',
baseName: 'capability',
type: 'string',
},
{
name: 'country_code',
baseName: 'country_code',
type: 'string',
},
{
name: 'currency_code',
baseName: 'currency_code',
type: 'string',
},
{
name: 'fee',
baseName: 'fee',
type: 'object',
},
{
name: 'max_ga_number',
baseName: 'max_ga_number',
type: 'number',
},
{
name: 'settlement_currency_code',
baseName: 'settlement_currency_code',
type: 'string',
},
{
name: 'vba_provider',
baseName: 'vba_provider',
type: 'string',
},
];
})(VirtualBankAccountOpenFee || (exports.VirtualBankAccountOpenFee = VirtualBankAccountOpenFee = {}));
//# sourceMappingURL=virtualBankAccountOpenFee.js.map