AgreementFeeInput
No description
input AgreementFeeInput {
agreement: ID
feeName: String
feeType: FeeType
feeValue: Decimal
feeScope: FeeScope
}
Fields
AgreementFeeInput.agreement ● ID scalar
ID of the agreement to create the fee against.
AgreementFeeInput.feeName ● String scalar
Name of the agreement fee.
AgreementFeeInput.feeType ● FeeType enum
Type of the fee (one of percentage or fixed)
AgreementFeeInput.feeValue ● Decimal scalar
Value of the fee.
AgreementFeeInput.feeScope ● FeeScope enum
Scope of the fee (one of line or total)
Member Of
agreementFeeCreate mutation