UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 323 B
export interface PaymentPreference { pobo: boolean; reference: boolean; } export declare namespace PaymentPreference { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentPreference.d.ts.map