OBJECT
StorageTierCharge
A tier permission's charge
link GraphQL Schema definition
- type StorageTierCharge {
- Boolean! :
- # Returns a custom ID like StorageTierID_UserID_CurrentDiscountID or
- # StorageTierID_UserID
- ID! :
- # Prorated is a user already has a subscription plan and tries to upgrade while in
- # active-subscription they get the remaining charge.
- Boolean! :
- Float! :
- Float! :
- String! :
- }