@airwallex/node-sdk
Version:
Airwallex Node.js SDK
16 lines • 440 B
TypeScript
export interface SimulationBeneficiaryAddressDto {
city?: string;
country_code?: string;
postcode?: string;
state?: string;
street_address?: string;
}
export declare namespace SimulationBeneficiaryAddressDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=simulationBeneficiaryAddressDto.d.ts.map