Organization / Types/ object
BillingSubscriptionConnection
A paginated list of BillingSubscription edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
isTrial•Boolean!Is Trial
currentCycleStartedAt•DateTimeTzCurrent billing cycle started at
currentCycleEndsAt•DateTimeTzCurrent billing cycle ends at
createdAt•DateTimeTz!When the subscription was created.
updatedAt•DateTimeTz!When the subscription was last updated.
canceledAt•DateTimeWhen the subscription was canceled.
expiredAt•DateTimeWhen the subscription was expired.
plan•PlanPlan
tier•TierTier
cursor•String!A unique cursor that can be used for pagination.