AgreementCommissionCreateInput
No description
input AgreementCommissionCreateInput {
commissionType: AgreementGranularCommissionType
commission: Decimal
instance: ID
agreement: ID
}
Fields
AgreementCommissionCreateInput.commissionType ● AgreementGranularCommissionType enum
Type of the commission.
AgreementCommissionCreateInput.commission ● Decimal scalar
Commission rate as a decimal.
AgreementCommissionCreateInput.instance ● ID scalar
ID of the instance that the commission applies to.
AgreementCommissionCreateInput.agreement ● ID scalar
ID of the agreement to create the commission rate against.
Member Of
agreementCommissionCreate mutation