BexioApiClient.SalesOrderManagement.PositionSubposition (bexio_api_client v0.7.0)

Subposition Position (KbPositionSubposition)

Link to this section Summary

Types

t()

Subposition Position

Functions

Create a new record.

Link to this section Types

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

Subposition Position

fields

Fields:

  • :id - automatic id given by bexio
  • :text - text
  • :pos - position
  • :internal_pos - internal position
  • :show_pos_nr``? - whether to show the position numbers *:optional?- is the position optional *:parent_id` - possible parent element

Link to this section Functions

Link to this function

new(attrs \\ %{})

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

Create a new record.