Subscription contracted terms
When purchasing a subscription, the member must agree to a minimum contracted term.
{
"subscriptions": [
{
"id": 0,
"name": {
"text": "string",
"translations": [
{
"languageTag": "string",
"text": "string"
}
]
},
"clubId": 0,
"minimumTermInMonths": 0,
"minimumTermBeforeCanPurchaseFutureSubscriptionInMonths": 0
}
]
}
Recurring subscriptions
When purchasing a recurring subscription, the member agrees to a minimum term, indicated by minimumTermInMonths
.
During this term, the member must make regular payments and will be unable to cancel their subscription or change to another subscription. The contracted term ends when the member makes their final required billing payment.
IMPORTANT
A member with a recurring subscription will be unable to purchase a future subscription until the minimum contracted term of their subscription has ended.
Non-recurring subscriptions
When purchasing a non-recurring subscription, the member agrees
to a minimum term before they can renew their subscription, indicated by minimumTermBeforeCanPurchaseFutureSubscriptionInMonths
.
During this term, the member will be unable to purchase a future subscription.
IMPORTANT
The minimumTermInMonths
property does not apply to non-recurring subscriptions. Instead, the billingPeriodInMonths
of the
purchased subscription billing option determines the contracted duration.