@airwallex/node-sdk
Version:
Airwallex Node.js SDK
65 lines • 1.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceDeliveryInformationRequest = void 0;
var PaymentAcceptanceDeliveryInformationRequest;
(function (PaymentAcceptanceDeliveryInformationRequest) {
PaymentAcceptanceDeliveryInformationRequest.discriminator = 'PaymentAcceptanceDeliveryInformationRequest';
PaymentAcceptanceDeliveryInformationRequest.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',
},
];
})(PaymentAcceptanceDeliveryInformationRequest || (exports.PaymentAcceptanceDeliveryInformationRequest = PaymentAcceptanceDeliveryInformationRequest = {}));
//# sourceMappingURL=paymentAcceptanceDeliveryInformationRequest.js.map