OBJECT
CommissionCategory
Commission Category record
link GraphQL Schema definition
- type CommissionCategory {
- # default payout event of the category
- DefaultPayoutEventEnum :
- # default type of the category
- DefaultTypeEnum :
- # default_value of the category
- Float! :
- # ID of the Commission Category
- ID! :
- # name of the category
- String :
- }