UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

42 lines 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApplicationFeeOption = void 0; var ApplicationFeeOption; (function (ApplicationFeeOption) { ApplicationFeeOption.validSourceTypeEnum = ['CONVERSION', 'TRANSFER']; ApplicationFeeOption.validTypeEnum = ['FIXED', 'PERCENTAGE']; ApplicationFeeOption.discriminator = 'ApplicationFeeOption'; ApplicationFeeOption.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'string', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'percentage', baseName: 'percentage', type: 'string', }, { name: 'source_type', baseName: 'source_type', type: 'ApplicationFeeOption.SourceTypeEnum', }, { name: 'type', baseName: 'type', type: 'ApplicationFeeOption.TypeEnum', }, ]; })(ApplicationFeeOption || (exports.ApplicationFeeOption = ApplicationFeeOption = {})); //# sourceMappingURL=applicationFeeOption.js.map