UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceAcceptDetails = void 0; var PaymentAcceptanceAcceptDetails; (function (PaymentAcceptanceAcceptDetails) { PaymentAcceptanceAcceptDetails.discriminator = 'PaymentAcceptanceAcceptDetails'; PaymentAcceptanceAcceptDetails.attributeTypeMap = [ { name: 'accepted_at', baseName: 'accepted_at', type: 'Date', }, { name: 'accepted_by', baseName: 'accepted_by', type: 'string', }, { name: 'description', baseName: 'description', type: 'string', }, { name: 'reason', baseName: 'reason', type: 'string', }, { name: 'refund', baseName: 'refund', type: 'PaymentAcceptanceRefundRequest', }, { name: 'stage', baseName: 'stage', type: 'string', }, ]; })(PaymentAcceptanceAcceptDetails || (exports.PaymentAcceptanceAcceptDetails = PaymentAcceptanceAcceptDetails = {})); //# sourceMappingURL=paymentAcceptanceAcceptDetails.js.map