UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

45 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceFundsSplitDestination = void 0; var PaymentAcceptanceFundsSplitDestination; (function (PaymentAcceptanceFundsSplitDestination) { PaymentAcceptanceFundsSplitDestination.discriminator = 'PaymentAcceptanceFundsSplitDestination'; PaymentAcceptanceFundsSplitDestination.attributeTypeMap = [ { name: 'created_at', baseName: 'created_at', type: 'Date', }, { name: 'id', baseName: 'id', type: 'string', }, { name: 'provider', baseName: 'provider', type: 'string', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'status', baseName: 'status', type: 'string', }, { name: 'updated_at', baseName: 'updated_at', type: 'Date', }, { name: 'wechatpay', baseName: 'wechatpay', type: 'PaymentAcceptanceWeChatPaySplitDestination', }, ]; })(PaymentAcceptanceFundsSplitDestination || (exports.PaymentAcceptanceFundsSplitDestination = PaymentAcceptanceFundsSplitDestination = {})); //# sourceMappingURL=paymentAcceptanceFundsSplitDestination.js.map