terminalsdk
terminal-external-models
/
com.stripe.stripeterminal.external.models
/
Cart
/
Builder
Builder
class
Builder
@
JvmOverloads
constructor
(
currency
:
String
,
tax
:
Long
,
total
:
Long
,
lineItems
:
List
<
CartLineItem
>
)
Content copied to clipboard
Functions
Properties
Functions
build
Link copied to clipboard
fun
build
(
)
:
Cart
Content copied to clipboard
Properties
currency
Link copied to clipboard
var
currency
:
String
Content copied to clipboard
lineItems
Link copied to clipboard
var
lineItems
:
List
<
CartLineItem
>
Content copied to clipboard
tax
Link copied to clipboard
var
tax
:
Long
Content copied to clipboard
total
Link copied to clipboard
var
total
:
Long
Content copied to clipboard