UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 474 B
export interface PaymentAcceptanceCustomerInformation { billing_address?: string; device_id?: string; email?: string; ip?: string; name?: string; phone_number?: string; } export declare namespace PaymentAcceptanceCustomerInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceCustomerInformation.d.ts.map