UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BeneficiaryAddressDto = void 0; var BeneficiaryAddressDto; (function (BeneficiaryAddressDto) { BeneficiaryAddressDto.discriminator = 'BeneficiaryAddressDto'; BeneficiaryAddressDto.attributeTypeMap = [ { name: 'city', baseName: 'city', type: 'string', }, { name: 'country_code', baseName: 'country_code', type: 'string', }, { name: 'postcode', baseName: 'postcode', type: 'string', }, { name: 'state', baseName: 'state', type: 'string', }, { name: 'street_address', baseName: 'street_address', type: 'string', }, ]; })(BeneficiaryAddressDto || (exports.BeneficiaryAddressDto = BeneficiaryAddressDto = {})); //# sourceMappingURL=beneficiaryAddressDto.js.map