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