UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 415 B
export interface SimulationSellerInformation { name?: string; store_name?: string; store_physical_address?: string; store_url?: string; } export declare namespace SimulationSellerInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationSellerInformation.d.ts.map