@airwallex/node-sdk
Version:
Airwallex Node.js SDK
75 lines • 2.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceChallengeDisputeRequestRaw = void 0;
var PaymentAcceptanceChallengeDisputeRequestRaw;
(function (PaymentAcceptanceChallengeDisputeRequestRaw) {
PaymentAcceptanceChallengeDisputeRequestRaw.discriminator = 'PaymentAcceptanceChallengeDisputeRequestRaw';
PaymentAcceptanceChallengeDisputeRequestRaw.attributeTypeMap = [
{
name: 'challenged_by',
baseName: 'challenged_by',
type: 'string',
},
{
name: 'customer_info',
baseName: 'customer_info',
type: 'PaymentAcceptanceCustomerInformationRequest',
},
{
name: 'delivery_info',
baseName: 'delivery_info',
type: 'PaymentAcceptanceDeliveryInformationRequest',
},
{
name: 'description',
baseName: 'description',
type: 'string',
},
{
name: 'duplicate_charge_info',
baseName: 'duplicate_charge_info',
type: 'PaymentAcceptanceDuplicationChargeInformation',
},
{
name: 'order_info',
baseName: 'order_info',
type: 'PaymentAcceptanceOrderInformationRequest',
},
{
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: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'seller_info',
baseName: 'seller_info',
type: 'PaymentAcceptanceSellerInformation',
},
{
name: 'supporting_documents',
baseName: 'supporting_documents',
type: 'PaymentAcceptanceSupportingDocumentsRequest',
},
];
})(PaymentAcceptanceChallengeDisputeRequestRaw || (exports.PaymentAcceptanceChallengeDisputeRequestRaw = PaymentAcceptanceChallengeDisputeRequestRaw = {}));
//# sourceMappingURL=paymentAcceptanceChallengeDisputeRequestRaw.js.map