@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Threshold = void 0;
var Threshold;
(function (Threshold) {
Threshold.discriminator = 'Threshold';
Threshold.attributeTypeMap = [
{
name: 'balance_gt',
baseName: 'balance_gt',
type: 'number',
},
];
})(Threshold || (exports.Threshold = Threshold = {}));
//# sourceMappingURL=threshold.js.map