UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 360 B
export interface MerchantMcpSetting { allow_payment_if_exceed_quote_period: boolean; support_mcp: boolean; } export declare namespace MerchantMcpSetting { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=merchantMcpSetting.d.ts.map