UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationBeneficiaryAddressDto = void 0; var SimulationBeneficiaryAddressDto; (function (SimulationBeneficiaryAddressDto) { SimulationBeneficiaryAddressDto.discriminator = 'SimulationBeneficiaryAddressDto'; SimulationBeneficiaryAddressDto.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', }, ]; })(SimulationBeneficiaryAddressDto || (exports.SimulationBeneficiaryAddressDto = SimulationBeneficiaryAddressDto = {})); //# sourceMappingURL=simulationBeneficiaryAddressDto.js.map