AgreementFeeDelete
Result of agreement fee delete mutation.
type AgreementFeeDelete {
agreementFees: AgreementFees
agreementErrors: [AgreementError!]!
}
Fields
AgreementFeeDelete.agreementFees ● AgreementFees object
The deleted agreement fee.
AgreementFeeDelete.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementFeeDelete mutation