AppSubscription
Provides users access to services and/or features for a duration of time.
Anchor to FieldsFields
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the app subscription was created.
- Anchor to currentPeriodEndcurrent•
Period End The date and time when the current app subscription period ends. Returns
null
if the subscription isn't active.- •ID!non-null
A globally-unique ID.
- Anchor to lineItemsline•
Items [AppSubscription non-nullLine Item!]! The plans attached to the app subscription.
- Anchor to namename•String!non-null
The name of the app subscription.
- Anchor to returnUrlreturn•
Url URL!non-null The URL that the merchant is redirected to after approving the app subscription.
- Anchor to statusstatus•App
Subscription non-nullStatus! The status of the app subscription.
- Anchor to testtest•Boolean!non-null
Specifies whether the app subscription is a test transaction.
- Anchor to trialDaystrial•
Days Int!non-null The number of free trial days, starting at the subscription's creation date, by which billing is delayed.
Map
Fields and connections with this object
Anchor to MutationsMutations
- •mutation
Cancels an app subscription on a store.
- •mutation
Allows an app to charge a store for features or services on a recurring basis.
- •mutation
Updates the capped amount on the usage pricing plan of an app subscription line item.
- •mutation
Extends the trial of an app subscription.