stripe-android
paymentsheet
/
com.stripe.android.paymentsheet.model
/
PaymentSelection
/
Saved
Saved
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Saved
(
val
paymentMethod
:
PaymentMethod
)
:
PaymentSelection
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Saved
Link copied to clipboard
fun
Saved
(
paymentMethod
:
PaymentMethod
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
paymentMethod
Link copied to clipboard
val
paymentMethod
:
PaymentMethod
Content copied to clipboard