@airwallex/node-sdk
Version:
Airwallex Node.js SDK
21 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AmountAndType = void 0;
var AmountAndType;
(function (AmountAndType) {
AmountAndType.validTypeEnum = ['DAILY_PERCENTAGE'];
AmountAndType.discriminator = 'AmountAndType';
AmountAndType.attributeTypeMap = [
{
name: 'amount',
baseName: 'amount',
type: 'number',
},
{
name: 'type',
baseName: 'type',
type: 'AmountAndType.TypeEnum',
},
];
})(AmountAndType || (exports.AmountAndType = AmountAndType = {}));
//# sourceMappingURL=amountAndType.js.map