OBJECT
HostPlan
The name of the current plan and its characteristics.
link GraphQL Schema definition
- type HostPlan {
- # The name of the plan
- String :
- # Number of collectives hosted
- Int :
- # Max number of collectives than can be hosted
- Int :
- # Wether this plan allows to use the added funds feature
- Int :
- # Amount limit for the added funds feature under this plan
- Int :
- # Wether this plan allows to use the host dashboard
- Boolean :
- # Wether this plan allows to use the manual payments feature
- Boolean :
- # Wether this plan allows to use the bank transfers feature
- Int :
- # Amount limit for the bank transfers feature under this plan
- Int :
- # Wether this plan allows to use the transferwise payouts feature
- Int :
- # Amount limit for the transferwise payouts feature under this plan
- Int :
- # Ability to charge Host Fees.
- Boolean :
- # Charge on revenues made through Host Fees.
- Int :
- }