AgreementFees
Extra fees associated with an agreement
type AgreementFees implements Node {
id: ID!
tenant: Tenant!
agreement: Agreement!
feeType: FeeType!
feeScope: FeeScope!
feeValue: Decimal!
feeName: String!
}
Fields
AgreementFees.id ● ID! non-null scalar
The ID of the object
AgreementFees.tenant ● Tenant! non-null object
AgreementFees.agreement ● Agreement! non-null object
AgreementFees.feeType ● FeeType! non-null enum
type of fee
AgreementFees.feeScope ● FeeScope! non-null enum
Scope of the fee
AgreementFees.feeValue ● Decimal! non-null scalar
Fee value in domiciled currency
AgreementFees.feeName ● String! non-null scalar
Interfaces
Node interface
An object with an ID
Member Of
Agreement object ● AgreementFeeCreate object ● AgreementFeeDelete object