UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

10 lines (9 loc) 440 B
import type { FundSplit } from './FundSplit.js'; /** * @description Request object for creating a fund split instruction for a chargeback event in a marketplace transaction. * Contains the fund split details specifying how the chargeback amount should be distributed among the * different sellers and/or the platform involved in the original marketplace order. */ export interface FundSplitRequest { fundSplit: FundSplit; }