Subscription Item
Get a subscription item applied discount
GET
/
subscription-item-applied-discounts
/
{id}
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredSubscriptionItemAppliedDiscount identifier
Response
200 - application/json
id
string
subscriptionItem
string
coupon
string | null
status
enum<string>
The status of this applied discount.
Possible values:
active
: The discount is active and will be applied to the subscription item.completed
: The discount is not active anymore, but it was applied to the subscription item.removed
: The discount was removed from the subscription item.
Available options:
active
, completed
, removed
discount
object
The discount that is applied to the subscription item.
appliedIntervals
integer | null
The number of intervals this discount was applied to the subscription item.
createdAt
string
updatedAt
string
removed
boolean
completed
boolean
active
boolean
tenantId
string
Was this page helpful?