UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 460 B
export interface SimulationStoreAddressApiDto { address_line1?: string; address_line2?: string; country_code?: string; postcode?: string; state?: string; suburb?: string; } export declare namespace SimulationStoreAddressApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationStoreAddressApiDto.d.ts.map