Wallee Android Till SDK
Toggle table of contents
Wallee Android Till SDK
Platform filter
Wallee Android Till SDK
Switch theme
Search in API
Wallee Android Till SDK
Wallee Android Till SDK
/
com.wallee.android.till.sdk.data
/
LineItem
/
ListBuilder
List
Builder
open
class
ListBuilder
Members
Constructors
List
Builder
Link copied to clipboard
constructor
(
id
:
String
,
unitPriceIncludingTax
:
BigDecimal
)
constructor
(
lineItems
:
List
<
LineItem
>
)
Properties
current
Link copied to clipboard
open
val
current
:
LineItem.Builder
line
Items
Link copied to clipboard
val
lineItems
:
List
<
LineItem.Builder
>
Functions
add
Next
Link copied to clipboard
open
fun
addNext
(
id
:
String
,
unitPriceIncludingTax
:
BigDecimal
)
:
LineItem.ListBuilder
build
Link copied to clipboard
open
fun
build
(
)
:
List
<
LineItem
>