Term
A simple text-based contractual term that a party -- generally an event series, a buyer, or a client -- may have attached. These terms constitute defaults that can be used by the application developer to offer as pre-populated transaction data.
Fields
| Field | Type | Description |
|---|---|---|
buyers | [Buyer!] | The buyers that have this Term. |
clients | [Client!] | The clients that have this Term. |
createdBy | String | |
createdDate | DateTime | |
eventSeries | [EventSeries!] | The EventSeries that have this Term. |
id | ID | |
modifiedBy | String | |
modifiedDate | DateTime | |
subtype | TermSubtype | The subtype of term |
termText | String | |
type | TermType | The type of term |