DistributionEntryDto_V2
currentDistributionTotalsDto_V2Required
order_countintegerRequired
gross_volumeMoneyDto_V2Optional
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD.
For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
keystringRequired
comparisonDistributionTotalsDto_V2Optional
order_countintegerRequired
gross_volumeMoneyDto_V2Optional
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD.
For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
Example
{
"current": {
"order_count": 0,
"gross_volume": {
"amount_minor_units": 0,
"iso_currency": "string"
}
},
"key": "string",
"comparison": {
"order_count": 0,
"gross_volume": {
"amount_minor_units": 0,
"iso_currency": "string"
}
}
}