UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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