@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 413 B
TypeScript
import { BeneficiaryAddressDto } from './beneficiaryAddressDto';
export interface GooglePlaceDetailsDto {
address?: BeneficiaryAddressDto;
name?: string;
}
export declare namespace GooglePlaceDetailsDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=googlePlaceDetailsDto.d.ts.map