UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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