@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 570 B
JavaScript
;
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