SubscriptionItems
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | The Id of the subscription item. | |
SubscriptionId | String | False | Subscriptions.Id | The Id of the subscription. |
PlanId | String | False | Plans.Id | The Id of the plan. |
Quantity | Double | False | The quantity of the plan to which the customer should be subscribed. | |
Created | Datetime | True | Creation date. |
Pseudo-Columns
Name | Type | Description |
IsProrate | Boolean | Flag indicating whether to prorate switching plans during a billing cycle. |
ProrationDate | Date | If set, the proration will be calculated as though the subscription was updated at the given time. |
AccountId | String | The Id of the connected account to get subscription items for |
Last updated