stripe-android
payments-core
/
com.stripe.android.model
/
PaymentMethodOptionsParams
Payment
Method
Options
Params
sealed
class
PaymentMethodOptionsParams
:
StripeParamsModel
,
Parcelable
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Blik
Link copied to clipboard
data
class
Blik
(
code
:
String
)
:
PaymentMethodOptionsParams
Content copied to clipboard
Card
Link copied to clipboard
data
class
Card
:
PaymentMethodOptionsParams
Content copied to clipboard
We
Chat
Pay
Link copied to clipboard
data
class
WeChatPay
(
appId
:
String
)
:
PaymentMethodOptionsParams
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
type
Link copied to clipboard
val
type
:
PaymentMethod.Type
Content copied to clipboard
Inheritors
Card
Link copied to clipboard
Blik
Link copied to clipboard
WeChatPay
Link copied to clipboard