OBJECT
InvoiceCostUnit
InvoiceCostUnit books a ClientCompanyCostUnit amount for an Invoice.
link GraphQL Schema definition
- type InvoiceCostUnit implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : UUID!
- : Float!
- : UpdatedTime
- : CreatedTime
- # Reads a single `Invoice` that is related to this `InvoiceCostUnit`.
- : Invoice!
- # Reads a single `ClientCompanyCostUnit` that is related to this
- # `InvoiceCostUnit`.
- : ClientCompanyCostUnit!
- }