UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 381 B
export interface PaymentAcceptanceHiLife { shopper_email?: string; shopper_name?: string; shopper_phone?: string; } export declare namespace PaymentAcceptanceHiLife { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceHiLife.d.ts.map