OBJECT
Settlement
Represents many-to-many relationships between claim and economic events that fully or partially settle one or more claims.
link GraphQL Schema definition
- type Settlement {
- # The amount and unit of the work or use or citation effort-based action. This is
- # often a time duration, but also could be cycle counts or other measures of
- # effort or usefulness.
- : Measure
- : ID!
- # A textual description or comment.
- : String
- # The amount and unit of the economic resource counted or inventoried.
- : Measure
- # The economic event fully or partially settling a claim.
- : EconomicEvent!
- # A claim which is fully or partially settled by an economic event.
- : Claim!
- }