toggle menu
Stripe Terminal Java SDK (v1.0.0-b9)
switch theme
search in API
external
/
com.stripe.stripeterminal.external.models
/
CartLineItem
/
Builder
Builder
class
Builder
(
var
description
:
String
,
var
quantity
:
Int
,
var
amount
:
Long
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
description
:
String
,
quantity
:
Int
,
amount
:
Long
)
Properties
amount
Link copied to clipboard
var
amount
:
Long
description
Link copied to clipboard
var
description
:
String
quantity
Link copied to clipboard
var
quantity
:
Int
Functions
build
Link copied to clipboard
fun
build
(
)
:
CartLineItem