UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceRefundCreateRequestRaw = void 0; var PaymentAcceptanceRefundCreateRequestRaw; (function (PaymentAcceptanceRefundCreateRequestRaw) { PaymentAcceptanceRefundCreateRequestRaw.discriminator = 'PaymentAcceptanceRefundCreateRequestRaw'; PaymentAcceptanceRefundCreateRequestRaw.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'payment_attempt_id', baseName: 'payment_attempt_id', type: 'string', }, { name: 'payment_intent_id', baseName: 'payment_intent_id', type: 'string', }, { name: 'reason', baseName: 'reason', type: 'string', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, ]; })(PaymentAcceptanceRefundCreateRequestRaw || (exports.PaymentAcceptanceRefundCreateRequestRaw = PaymentAcceptanceRefundCreateRequestRaw = {})); //# sourceMappingURL=paymentAcceptanceRefundCreateRequestRaw.js.map