OBJECT

CommissionCategory

Commission Category record

link GraphQL Schema definition

  • type CommissionCategory {
  • # default payout event of the category
  • defaultPayoutEvent: DefaultPayoutEventEnum
  • # default type of the category
  • defaultType: DefaultTypeEnum
  • # default_value of the category
  • defaultValue: Float!
  • # ID of the Commission Category
  • id: ID!
  • # name of the category
  • name: String
  • }