Skip to main content

AgreementCommissionDelete

Result of agreement commission delete mutation.

type AgreementCommissionDelete {
agreementCommission: AgreementCommission
agreementErrors: [AgreementError!]!
}

Fields

AgreementCommissionDelete.agreementCommission ● AgreementCommission object

The deleted agreement commission.

AgreementCommissionDelete.agreementErrors ● [AgreementError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

agreementCommissionDelete mutation

Was this page helpful?