UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BpspFeeContract = void 0; var BpspFeeContract; (function (BpspFeeContract) { BpspFeeContract.discriminator = 'BpspFeeContract'; BpspFeeContract.attributeTypeMap = [ { name: 'active', baseName: 'active', type: 'boolean', }, { name: 'bin_range_high', baseName: 'bin_range_high', type: 'string', }, { name: 'bin_range_low', baseName: 'bin_range_low', type: 'string', }, { name: 'card_brand', baseName: 'card_brand', type: 'string', }, { name: 'fee_indicator', baseName: 'fee_indicator', type: 'string', }, ]; })(BpspFeeContract || (exports.BpspFeeContract = BpspFeeContract = {})); //# sourceMappingURL=bpspFeeContract.js.map