stripe-android
paymentsheet
/
com.stripe.android.paymentsheet.model
Package-level
declarations
Types
Types
Payment
Option
Link copied to clipboard
data
class
PaymentOption
(
@
DrawableRes
val
drawableResourceId
:
Int
,
val
label
:
String
)
The customer's selected payment option.
Payment
Selection
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
sealed
class
PaymentSelection
:
Parcelable