UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

70 lines 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceChallengeDetails = void 0; var PaymentAcceptanceChallengeDetails; (function (PaymentAcceptanceChallengeDetails) { PaymentAcceptanceChallengeDetails.discriminator = 'PaymentAcceptanceChallengeDetails'; PaymentAcceptanceChallengeDetails.attributeTypeMap = [ { name: 'challenged_at', baseName: 'challenged_at', type: 'Date', }, { name: 'challenged_by', baseName: 'challenged_by', type: 'string', }, { name: 'customer_info', baseName: 'customer_info', type: 'PaymentAcceptanceCustomerInformation', }, { name: 'delivery_info', baseName: 'delivery_info', type: 'PaymentAcceptanceDeliveryInformation', }, { name: 'order_info', baseName: 'order_info', type: 'PaymentAcceptanceOrderInformation', }, { name: 'product_description', baseName: 'product_description', type: 'string', }, { name: 'product_type', baseName: 'product_type', type: 'string', }, { name: 'reason', baseName: 'reason', type: 'string', }, { name: 'refund_refusal_reason', baseName: 'refund_refusal_reason', type: 'string', }, { name: 'seller_info', baseName: 'seller_info', type: 'PaymentAcceptanceSellerInformation', }, { name: 'stage', baseName: 'stage', type: 'string', }, { name: 'supporting_documents', baseName: 'supporting_documents', type: 'PaymentAcceptanceSupportingDocumentsResponse', }, ]; })(PaymentAcceptanceChallengeDetails || (exports.PaymentAcceptanceChallengeDetails = PaymentAcceptanceChallengeDetails = {})); //# sourceMappingURL=paymentAcceptanceChallengeDetails.js.map