PayNow

CustomerTierGroupDto

active_product_idFlakeIdRequired
currencystringRequired
The settlement currency code (e.g., "usd").
next_billing_amountintegerRequired
The next billing amount in the smallest currency unit (e.g., cents) in the settlement currency.
next_billing_presentment_amountintegerRequired
The next billing amount in the smallest currency unit (e.g., cents) in the customer-facing presentment currency.
next_renewal_atstringRequired
The date and time of the next subscription renewal for this tier group.
presentment_currencystringRequired
The customer-facing presentment currency code (e.g., "eur").
tier_group_idFlakeIdRequired
pending_change_product_idFlakeIdOptional
Example
{
  "active_product_id": "411486491630370816",
  "currency": "string",
  "next_billing_amount": 0,
  "next_billing_presentment_amount": 0,
  "next_renewal_at": "2024-01-01T00:00:00Z",
  "presentment_currency": "string",
  "tier_group_id": "411486491630370816",
  "pending_change_product_id": "411486491630370816"
}