UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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