Profit
Profit calculation configuration for accrual
cappedRatePercentagenumber
Upper threshold limit on the calculated customer profit rate
fixedRatePercentagenumber
A fixed percentage used to calculate the final profit amount
fixedRateRulestring
The type of fixed rate
Possible values: [ALWAYS_USE_FIXED_RATE, TREAT_AS_MIN, USE_CALCULATED_RATE]
tiers object[]
List of customer share tiers associated with product settings
Array [
creationDatestring<date-time>
The creation time of the customer share tier
Example:
2016-09-06T13:37:50+03:00fromValuenumber
The starting value for the customer share tier
idinteger<int64>
The identifier of the customer share tier
lastModifiedDatestring<date-time>
The last modified time of the customer share tier
Example:
2016-09-06T13:37:50+03:00percentagenumber
The percentage of the customer share tier
productSettingsIdinteger<int64>
The identifier of the associated product settings
]
Profit
{
"cappedRatePercentage": 0,
"fixedRatePercentage": 0,
"fixedRateRule": "ALWAYS_USE_FIXED_RATE",
"tiers": [
{
"creationDate": "2016-09-06T13:37:50+03:00",
"fromValue": 0,
"id": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"percentage": 0,
"productSettingsId": 0
}
]
}