OBJECT

StorageTierCharge

A tier permission's charge

link GraphQL Schema definition

  • type StorageTierCharge {
  • has_discount: Boolean!
  • # Returns a custom ID like StorageTierID_UserID_CurrentDiscountID or
  • # StorageTierID_UserID
  • id: ID!
  • # Prorated is a user already has a subscription plan and tries to upgrade while in
  • # active-subscription they get the remaining charge.
  • is_prorated: Boolean!
  • onetime_price: Float!
  • original_onetime_price: Float!
  • title: String!
  • }