UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationCustomerInformation = void 0; var SimulationCustomerInformation; (function (SimulationCustomerInformation) { SimulationCustomerInformation.discriminator = 'SimulationCustomerInformation'; SimulationCustomerInformation.attributeTypeMap = [ { name: 'billing_address', baseName: 'billing_address', type: 'string', }, { name: 'device_id', baseName: 'device_id', type: 'string', }, { name: 'email', baseName: 'email', type: 'string', }, { name: 'ip', baseName: 'ip', type: 'string', }, { name: 'name', baseName: 'name', type: 'string', }, { name: 'phone_number', baseName: 'phone_number', type: 'string', }, ]; })(SimulationCustomerInformation || (exports.SimulationCustomerInformation = SimulationCustomerInformation = {})); //# sourceMappingURL=simulationCustomerInformation.js.map