UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 386 B
import { BpspFeeContract } from './bpspFeeContract'; export interface MerchantBpspSettings { fee_contracts?: Array<BpspFeeContract>; } export declare namespace MerchantBpspSettings { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=merchantBpspSettings.d.ts.map