UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationOrderInformation = void 0; var SimulationOrderInformation; (function (SimulationOrderInformation) { SimulationOrderInformation.discriminator = 'SimulationOrderInformation'; SimulationOrderInformation.attributeTypeMap = [ { name: 'created_at', baseName: 'created_at', type: 'Date', }, { name: 'id', baseName: 'id', type: 'string', }, { name: 'invoice_number', baseName: 'invoice_number', type: 'string', }, { name: 'products', baseName: 'products', type: 'Array<SimulationProduct>', }, { name: 'total_amount', baseName: 'total_amount', type: 'number', }, { name: 'total_currency', baseName: 'total_currency', type: 'string', }, ]; })(SimulationOrderInformation || (exports.SimulationOrderInformation = SimulationOrderInformation = {})); //# sourceMappingURL=simulationOrderInformation.js.map