UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 672 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GooglePlaceDetailsDto = void 0; var GooglePlaceDetailsDto; (function (GooglePlaceDetailsDto) { GooglePlaceDetailsDto.discriminator = 'GooglePlaceDetailsDto'; GooglePlaceDetailsDto.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'BeneficiaryAddressDto', }, { name: 'name', baseName: 'name', type: 'string', }, ]; })(GooglePlaceDetailsDto || (exports.GooglePlaceDetailsDto = GooglePlaceDetailsDto = {})); //# sourceMappingURL=googlePlaceDetailsDto.js.map