INPUT_OBJECT
Agency commission with percentage and fixed fee option.
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}