@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 778 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceFundSplitReleaseRequestRaw = void 0;
var PaymentAcceptanceFundSplitReleaseRequestRaw;
(function (PaymentAcceptanceFundSplitReleaseRequestRaw) {
PaymentAcceptanceFundSplitReleaseRequestRaw.discriminator = 'PaymentAcceptanceFundSplitReleaseRequestRaw';
PaymentAcceptanceFundSplitReleaseRequestRaw.attributeTypeMap = [
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
];
})(PaymentAcceptanceFundSplitReleaseRequestRaw || (exports.PaymentAcceptanceFundSplitReleaseRequestRaw = PaymentAcceptanceFundSplitReleaseRequestRaw = {}));
//# sourceMappingURL=paymentAcceptanceFundSplitReleaseRequestRaw.js.map