UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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