UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse = void 0; var PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse; (function (PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse) { PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse.discriminator = 'PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse'; PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse.attributeTypeMap = [ { name: 'has_more', baseName: 'has_more', type: 'boolean', }, { name: 'items', baseName: 'items', type: 'Array<PaymentAcceptancePaymentIntentListResponse>', }, ]; })(PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse || (exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse = PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse = {})); //# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse.js.map