BillingSubscriptionItemResource
The BillingSubscriptionItemResource type represents an item in a subscription.
Properties
- Name
-
amount? - Type
BillingMoneyAmount- Description
The amount charged for the subscription item.
- Name
-
cancel - Type
(params: { orgId?: string; }) => Promise<DeletedObjectResource>- Description
A function to cancel the subscription item. Accepts the following parameters:
orgId?(string): The ID of the Organization to cancel the subscription item from.
- Name
-
credit? - Type
{ amount: BillingMoneyAmount; }- Description
The credit from a previous purchase that is being applied to the subscription item.
- Name
credit.amount- Type
BillingMoneyAmount- Description
The amount of credit from a previous purchase that is being applied to the subscription item.
- Name
-
plan - Type
BillingPlanResource- Description
The Plan associated with the subscription item.
Feedback
Last updated on
Edit on GitHub