UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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