BexioApiClient.SalesOrderManagement.PositionSubtotal (bexio_api_client v0.7.0)

Subtotal Position (KbPositionSubtotal)

Link to this section Summary

Types

t()

Subtotal Position

Functions

Create a new record.

Link to this section Types

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

Subtotal Position

fields

Fields:

  • :id - automatic id given by bexio
  • :text - text for the subtotal
  • :value - Decimal representation of the value
  • :optional? - is the position optional?
  • :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.