UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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