UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 343 B
export interface PaymentAcceptanceGoPayRequest { shopper_name?: string; } export declare namespace PaymentAcceptanceGoPayRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceGoPayRequest.d.ts.map