UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 492 B
export interface PaymentAcceptancePaymentMethodTypeConfig { active?: boolean; flows?: Array<string>; name?: string; transaction_currencies?: Array<string>; transaction_mode?: string; } export declare namespace PaymentAcceptancePaymentMethodTypeConfig { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePaymentMethodTypeConfig.d.ts.map