UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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