OBJECT
InvoiceAccountingItem
A InvoiceAccountingItem represent a booking line for an Invoice.
link GraphQL Schema definition
- type InvoiceAccountingItem 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!
- : InvoiceAccountingItemBookingType!
- : InvoiceAccountingItemAmountType!
- : Float!
- : UUID
- : UUID
- : UUID
- : UUID
- : UpdatedTime!
- : CreatedTime!
- # Reads a single `Invoice` that is related to this `InvoiceAccountingItem`.
- : Invoice
- # Reads a single `GeneralLedgerAccount` that is related to this
- # `InvoiceAccountingItem`.
- : GeneralLedgerAccount
- # Reads a single `User` that is related to this `InvoiceAccountingItem`.
- : User
- # Reads a single `User` that is related to this `InvoiceAccountingItem`.
- : User
- # Reads a single `InvoiceAccountingItem35A` that is related to this
- # `InvoiceAccountingItem`.
- : InvoiceAccountingItem35A
- # Reads and enables pagination through a set of `InvoiceAccountingItem35A`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `InvoiceAccountingItem35A`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [InvoiceAccountingItem35AsOrderBy!],
- : InvoiceAccountingItem35ACondition
- ): InvoiceAccountingItem35AsConnection! @deprecated( reason: "Please use invoiceAccountingItem35AByInvoiceAccountingItemRowId instead" )
- # Reads and enables pagination through a set of `InvoiceAccountingItemCostCenter`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `InvoiceAccountingItemCostCenter`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [InvoiceAccountingItemCostCentersOrderBy!],
- : InvoiceAccountingItemCostCenterCondition
- ): InvoiceAccountingItemCostCentersConnection!
- # Reads and enables pagination through a set of `InvoiceAccountingItemCostUnit`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `InvoiceAccountingItemCostUnit`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [InvoiceAccountingItemCostUnitsOrderBy!],
- : InvoiceAccountingItemCostUnitCondition
- ): InvoiceAccountingItemCostUnitsConnection!
- : String
- : String
- : AccountNo
- : Float
- : String
- : Float
- : Float
- : String
- : CountryCode
- : Date
- : Date
- : String
- : Boolean
- : Float
- : Boolean
- : String
- : ValueAddedTaxType
- : Boolean
- }
link Require by
- InvoiceAccountingItem35AA `InvoiceAccountingItem35a` holds German §35a data for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostCenter`InvoiceAccountingItemCostCenter` books a `ClientCompanyCostCenter` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostUnit`InvoiceAccountingItemCostUnit` books a `ClientCompanyCostUnit` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemsConnectionA connection to a list of `InvoiceAccountingItem` values.
- InvoiceAccountingItemsEdgeA `InvoiceAccountingItem` edge in the connection.
- QueryThe root query type which gives access points into the data universe.
- SetInvoiceAccountingItem35AKindPayloadThe output of our `setInvoiceAccountingItem35AKind` mutation.
- SetInvoiceAccountingItem35ANetPayloadThe output of our `setInvoiceAccountingItem35ANet` mutation.
- SetInvoiceAccountingItem35ATotalPayloadThe output of our `setInvoiceAccountingItem35ATotal` mutation.