PayNow

OrdersSummaryDto_V2

lifetime_order_countintegerRequired
month_to_date_order_countintegerRequired
previous_month_order_countintegerRequired
revenue_basisenumRequired
Possible enum values
  • unspecified
  • gross
  • gross_excluding_taxes
  • net
today_order_countintegerRequired
yesterday_order_countintegerRequired
lifetime_average_order_valueMoneyDto_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".
lifetime_revenueMoneyDto_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".
month_to_date_revenueMoneyDto_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".
previous_month_revenueMoneyDto_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".
today_revenueMoneyDto_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".
yesterday_revenueMoneyDto_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
{
  "lifetime_order_count": 0,
  "month_to_date_order_count": 0,
  "previous_month_order_count": 0,
  "revenue_basis": "unspecified",
  "today_order_count": 0,
  "yesterday_order_count": 0,
  "today_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "yesterday_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "month_to_date_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "previous_month_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "lifetime_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "lifetime_average_order_value": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  }
}