UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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