UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PercentFee = void 0; var PercentFee; (function (PercentFee) { PercentFee.discriminator = 'PercentFee'; PercentFee.attributeTypeMap = [ { name: 'value', baseName: 'value', type: 'number', }, ]; })(PercentFee || (exports.PercentFee = PercentFee = {})); //# sourceMappingURL=percentFee.js.map