UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MerchantBpspSettings = void 0; var MerchantBpspSettings; (function (MerchantBpspSettings) { MerchantBpspSettings.discriminator = 'MerchantBpspSettings'; MerchantBpspSettings.attributeTypeMap = [ { name: 'fee_contracts', baseName: 'fee_contracts', type: 'Array<BpspFeeContract>', }, ]; })(MerchantBpspSettings || (exports.MerchantBpspSettings = MerchantBpspSettings = {})); //# sourceMappingURL=merchantBpspSettings.js.map