UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Condition = void 0; var Condition; (function (Condition) { Condition.discriminator = 'Condition'; Condition.attributeTypeMap = [ { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'threshold', baseName: 'threshold', type: 'Threshold', }, ]; })(Condition || (exports.Condition = Condition = {})); //# sourceMappingURL=condition.js.map