UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationSellerInformation = void 0; var SimulationSellerInformation; (function (SimulationSellerInformation) { SimulationSellerInformation.discriminator = 'SimulationSellerInformation'; SimulationSellerInformation.attributeTypeMap = [ { name: 'name', baseName: 'name', type: 'string', }, { name: 'store_name', baseName: 'store_name', type: 'string', }, { name: 'store_physical_address', baseName: 'store_physical_address', type: 'string', }, { name: 'store_url', baseName: 'store_url', type: 'string', }, ]; })(SimulationSellerInformation || (exports.SimulationSellerInformation = SimulationSellerInformation = {})); //# sourceMappingURL=simulationSellerInformation.js.map