UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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