stripe-android
payments-core
/
com.stripe.android.model
/
WeChat
We
Chat
data
class
WeChat
(
statementDescriptor
:
String
?
,
appId
:
String
?
,
nonce
:
String
?
,
packageValue
:
String
?
,
partnerId
:
String
?
,
prepayId
:
String
?
,
sign
:
String
?
,
timestamp
:
String
?
,
qrCodeUrl
:
String
?
)
:
StripeModel
Content copied to clipboard
WeChat Pay Payments with Sources
WeChat Pay Payments with PaymentIntents
Constructors
Functions
Properties
Constructors
We
Chat
Link copied to clipboard
fun
WeChat
(
statementDescriptor
:
String
?
=
null
,
appId
:
String
?
,
nonce
:
String
?
,
packageValue
:
String
?
,
partnerId
:
String
?
,
prepayId
:
String
?
,
sign
:
String
?
,
timestamp
:
String
?
,
qrCodeUrl
:
String
?
=
null
)
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
appId
Link copied to clipboard
val
appId
:
String
?
Content copied to clipboard
nonce
Link copied to clipboard
val
nonce
:
String
?
Content copied to clipboard
packageValue
Link copied to clipboard
val
packageValue
:
String
?
Content copied to clipboard
partnerId
Link copied to clipboard
val
partnerId
:
String
?
Content copied to clipboard
prepayId
Link copied to clipboard
val
prepayId
:
String
?
Content copied to clipboard
qrCodeUrl
Link copied to clipboard
val
qrCodeUrl
:
String
?
=
null
Content copied to clipboard
sign
Link copied to clipboard
val
sign
:
String
?
Content copied to clipboard
statementDescriptor
Link copied to clipboard
val
statementDescriptor
:
String
?
=
null
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
String
?
Content copied to clipboard