UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 413 B
export interface PaymentAcceptanceVerkkopankkiRequest { bank_name: string; shopper_email: string; shopper_name: string; } export declare namespace PaymentAcceptanceVerkkopankkiRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceVerkkopankkiRequest.d.ts.map