UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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