INPUT_OBJECT

AgencyCommissionInput

Agency commission with percentage and fixed fee option.

link GraphQL Schema definition

  • input AgencyCommissionInput {
  • # A fixed fee, if present. The value is presented with the same currency the
  • # property pricing info are.
  • fixed_fee: Float
  • # A percentage fee.
  • percentage: Float
  • }