OrderLinePayoutSplitDto
Represents an order line-level payout split.
platform_feeintegerRequired
The platform fee percentage in basis points.
Only used by platforms.
user_idFlakeIdRequired
percentageintegerOptional
The percentage in basis points.
Example
{
"platform_fee": 0,
"user_id": "411486491630370816",
"percentage": 0
}