UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 401 B
export interface BpspFeeContract { active: boolean; bin_range_high: string; bin_range_low: string; card_brand: string; fee_indicator: string; } export declare namespace BpspFeeContract { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bpspFeeContract.d.ts.map