Skip to main content

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!
events(
before: String
after: String
first: Int
last: Int
): AgreementFeesEventCountableConnection!
}

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

AgreementFees.events ● AgreementFeesEventCountableConnection! non-null object

AgreementFees.events.before ● String scalar

Returns the items in the list that come before the specified cursor.

AgreementFees.events.after ● String scalar

Returns the items in the list that come after the specified cursor.

AgreementFees.events.first ● Int scalar

Returns the first n items from the list.

AgreementFees.events.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Agreement object ● AgreementFeeCreate object ● AgreementFeeDelete object

Was this page helpful?