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
Line
Item
open
class
LineItem
One product or fee in the list of items that makes up a transaction.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
List
Builder
Link copied to clipboard
open
class
ListBuilder
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
quantity
Link copied to clipboard
val
quantity
:
BigDecimal
sku
Link copied to clipboard
val
sku
:
String
taxes
Link copied to clipboard
val
taxes
:
Set
<
Tax
>
total
Amount
Including
Tax
Link copied to clipboard
val
totalAmountIncludingTax
:
BigDecimal
type
Link copied to clipboard
val
type
:
LineItemType
Functions
get
Unit
Price
Including
Tax
Link copied to clipboard
open
fun
getUnitPriceIncludingTax
(
)
:
BigDecimal