OBJECT
InvoiceAccountingItemCostCenter
InvoiceAccountingItemCostCenter books a ClientCompanyCostCenter amount for an InvoiceAccountingItem.
link GraphQL Schema definition
- type InvoiceAccountingItemCostCenter 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
- # `InvoiceAccountingItemCostCenter`.
- : InvoiceAccountingItem!
- # Reads a single `ClientCompanyCostCenter` that is related to this
- # `InvoiceAccountingItemCostCenter`.
- : ClientCompanyCostCenter!
- }