UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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