toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
ShopPayConfiguration
/
LineItem
Line
Item
class
LineItem
(
val
name
:
String
,
val
amount
:
Int
)
:
Parcelable
A type used to describe a single item for in the Shop Pay wallet UI.
Members
Constructors
Line
Item
Link copied to clipboard
constructor
(
name
:
String
,
amount
:
Int
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
name
Link copied to clipboard
val
name
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)