@airwallex/node-sdk
Version:
Airwallex Node.js SDK
65 lines • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationDeliveryInformation = void 0;
var SimulationDeliveryInformation;
(function (SimulationDeliveryInformation) {
SimulationDeliveryInformation.discriminator = 'SimulationDeliveryInformation';
SimulationDeliveryInformation.attributeTypeMap = [
{
name: 'address',
baseName: 'address',
type: 'string',
},
{
name: 'delivered_at',
baseName: 'delivered_at',
type: 'Date',
},
{
name: 'fee_amount',
baseName: 'fee_amount',
type: 'number',
},
{
name: 'fee_currency',
baseName: 'fee_currency',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
{
name: 'phone_number',
baseName: 'phone_number',
type: 'string',
},
{
name: 'shipped_at',
baseName: 'shipped_at',
type: 'Date',
},
{
name: 'shipping_company',
baseName: 'shipping_company',
type: 'string',
},
{
name: 'shipping_method',
baseName: 'shipping_method',
type: 'string',
},
{
name: 'status',
baseName: 'status',
type: 'string',
},
{
name: 'tracking_number',
baseName: 'tracking_number',
type: 'string',
},
];
})(SimulationDeliveryInformation || (exports.SimulationDeliveryInformation = SimulationDeliveryInformation = {}));
//# sourceMappingURL=simulationDeliveryInformation.js.map