AgreementFees
AgreementFees(id, tenant, agreement, fee_type, fee_scope, fee_value, fee_name)
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 Globally Unique ID of this object
AgreementFees.tenant ● Tenant! non-null object
AgreementFees.agreement ● Agreement! non-null object
AgreementFees.feeType ● FeeType! non-null enum
AgreementFees.feeScope ● FeeScope! non-null enum
AgreementFees.feeValue ● Decimal! non-null scalar
Fee value in domiciled currency
AgreementFees.feeName ● String! non-null scalar
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Agreement object ● AgreementFeeCreate object ● AgreementFeeDelete object