UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

21 lines 848 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentDistributionApiDto = void 0; var PaymentDistributionApiDto; (function (PaymentDistributionApiDto) { PaymentDistributionApiDto.validPaymentTypeEnum = ['CARDS', 'BANK_DIRECT_DEBIT', 'OTHER']; PaymentDistributionApiDto.discriminator = 'PaymentDistributionApiDto'; PaymentDistributionApiDto.attributeTypeMap = [ { name: 'payment_type', baseName: 'payment_type', type: 'PaymentDistributionApiDto.PaymentTypeEnum', }, { name: 'percentage', baseName: 'percentage', type: 'string', }, ]; })(PaymentDistributionApiDto || (exports.PaymentDistributionApiDto = PaymentDistributionApiDto = {})); //# sourceMappingURL=paymentDistributionApiDto.js.map