toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
PaymentMethodOptionsParams
/
WeChatPay
We
Chat
Pay
data
class
WeChatPay
(
var
appId
:
String
)
:
PaymentMethodOptionsParams
Members
Constructors
We
Chat
Pay
Link copied to clipboard
constructor
(
appId
:
String
)
Properties
app
Id
Link copied to clipboard
var
appId
:
String
type
Link copied to clipboard
val
type
:
PaymentMethod.Type
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)