BexioApiClient.SalesOrderManagement.PositionText (bexio_api_client v0.6.4)

Text Position (KbPositionText)

Link to this section Summary

Types

t()

Text Position

Functions

Create a new record.

Link to this section Types

@type t() :: %BexioApiClient.SalesOrderManagement.PositionText{
  id: integer(),
  internal_pos: integer(),
  optional?: boolean(),
  parent_id: integer() | nil,
  pos: integer() | nil,
  show_pos_nr?: boolean(),
  text: String.t()
}

Text Position

fields

Fields:

  • :id - automatic id given by bexio
  • :show_pos_nr? - show position number
  • :pos - position
  • :optional? - is the position optional?
  • :text - text for the subtotal
  • :internal_pos - Internal position id
  • `:parent_id - if exists or nil

Link to this section Functions

Link to this function

new(attrs \\ %{})

@spec new(map()) :: t()

Create a new record.