stripe-android
androidJvm
payments-core
/
com.stripe.android.model
/
WeChat
We
Chat
data
class
WeChat
(
val
statementDescriptor
:
String
?
=
null
,
val
appId
:
String
?
,
val
nonce
:
String
?
,
val
packageValue
:
String
?
,
val
partnerId
:
String
?
,
val
prepayId
:
String
?
,
val
sign
:
String
?
,
val
timestamp
:
String
?
,
val
qrCodeUrl
:
String
?
=
null
)
:
StripeModel
WeChat Pay Payments with Sources
WeChat Pay Payments with PaymentIntents
Constructors
Functions
Properties
Constructors
We
Chat
Link copied to clipboard
constructor
(
statementDescriptor
:
String
?
=
null
,
appId
:
String
?
,
nonce
:
String
?
,
packageValue
:
String
?
,
partnerId
:
String
?
,
prepayId
:
String
?
,
sign
:
String
?
,
timestamp
:
String
?
,
qrCodeUrl
:
String
?
=
null
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
app
Id
Link copied to clipboard
val
appId
:
String
?
nonce
Link copied to clipboard
val
nonce
:
String
?
package
Value
Link copied to clipboard
val
packageValue
:
String
?
partner
Id
Link copied to clipboard
val
partnerId
:
String
?
prepay
Id
Link copied to clipboard
val
prepayId
:
String
?
qr
Code
Url
Link copied to clipboard
val
qrCodeUrl
:
String
?
=
null
sign
Link copied to clipboard
val
sign
:
String
?
statement
Descriptor
Link copied to clipboard
val
statementDescriptor
:
String
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
String
?