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