@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 415 B
TypeScript
export interface RfiAddressDto {
address_line1?: string;
address_line2?: string;
country_code?: string;
postcode?: string;
state?: string;
suburb?: string;
}
export declare namespace RfiAddressDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=rfiAddressDto.d.ts.map