UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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