UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

41 lines 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AmendmentChargeDto = void 0; var AmendmentChargeDto; (function (AmendmentChargeDto) { AmendmentChargeDto.validTypeEnum = ['FEE', 'CREDIT']; AmendmentChargeDto.discriminator = 'AmendmentChargeDto'; AmendmentChargeDto.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'awx_rate', baseName: 'awx_rate', type: 'number', }, { name: 'client_rate', baseName: 'client_rate', type: 'number', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'currency_pair', baseName: 'currency_pair', type: 'string', }, { name: 'type', baseName: 'type', type: 'AmendmentChargeDto.TypeEnum', }, ]; })(AmendmentChargeDto || (exports.AmendmentChargeDto = AmendmentChargeDto = {})); //# sourceMappingURL=amendmentChargeDto.js.map