CommissionRate

Commission that will be paid for conversions that match a given commission group.

JSON representation
{

  // Union field rate can be only one of the following:
  "ratedCommissionBasisPoints": integer
  // End of list of possible types for union field rate.
}
Fields
Union field rate. The commission rate. rate can be only one of the following:
ratedCommissionBasisPoints

integer

Rated commission in basis points. For example: - 0.01% = 1 basis point. - 1% = 100 basis points. - 100% = 10000 basis points.