terminalsdk
terminal-external-models
/
com.stripe.stripeterminal.external.models
/
CartLineItem
/
Builder
Builder
class
Builder
(
description
:
String
,
quantity
:
Int
,
amount
:
Long
)
Content copied to clipboard
Functions
Properties
Functions
build
Link copied to clipboard
fun
build
(
)
:
CartLineItem
Content copied to clipboard
Properties
amount
Link copied to clipboard
var
amount
:
Long
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
Content copied to clipboard
quantity
Link copied to clipboard
var
quantity
:
Int
Content copied to clipboard