PayNow

SubscriptionsSummaryDto_V2

active_subscription_countintegerRequired
revenue_basisenumRequired
Possible enum values
  • unspecified
  • gross
  • gross_excluding_taxes
  • net
average_subscription_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".
monthly_recurring_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
{
  "active_subscription_count": 0,
  "revenue_basis": "unspecified",
  "monthly_recurring_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "average_subscription_value": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  }
}