@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt = void 0;
var PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt;
(function (PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt) {
PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt.discriminator = 'PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt';
PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt.attributeTypeMap = [
{
name: 'has_more',
baseName: 'has_more',
type: 'boolean',
},
{
name: 'items',
baseName: 'items',
type: 'Array<PaymentAcceptancePaymentAttempt>',
},
];
})(PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt || (exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt = PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt = {}));
//# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt.js.map