UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 410 B
export interface BeneficiaryAddressDto { city?: string; country_code?: string; postcode?: string; state?: string; street_address?: string; } export declare namespace BeneficiaryAddressDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=beneficiaryAddressDto.d.ts.map