Objects
/
AppSubscriptionDetails

AppSubscriptionDetails

Subscription object

Fields

  • account_id
    Int!
    Required
    The ID of an account
  • plan_id
    String!
    Required
    The ID of a pricing plan
  • pricing_version_id
    Int!
    Required
    The ID of a pricing version
  • monthly_price
    Float!
    Required
    The monthly price of the product purchased in the given currency, after applying discounts
  • currency
    String!
    Required
    The currency, in which the product was purchased
  • period_type
    SubscriptionPeriodType!
    Required
  • renewal_date
    String
    The date the active subscription is set to renew. Equals to null for inactive subscriptions
  • end_date
    String
    The date the the inactive subscription ended. Equals to null for active subscriptions
  • status
    SubscriptionStatus!
    Required
  • discounts
    [SubscriptionDiscount!]!
    Required
  • days_left
    Int!
    Required
    The number of days left until the subscription ends
StatusManagedColumnAppSubscriptions
Built with