toggle menu
terminalsdk
switch theme
search in API
terminal-external-models
/
com.stripe.stripeterminal.external.models
/
WechatPayDisplayQrCode
Wechat
Pay
Display
Qr
Code
@
JsonClass
(
generateAdapter
=
true
)
data
class
WechatPayDisplayQrCode
(
val
data
:
String
,
val
hostedInstructionsUrl
:
String
,
val
imageDataUrl
:
String
,
val
imageUrlPng
:
String
,
val
imageUrlSvg
:
String
)
:
Serializable
Members
Constructors
Wechat
Pay
Display
Qr
Code
Link copied to clipboard
constructor
(
data
:
String
,
hostedInstructionsUrl
:
String
,
imageDataUrl
:
String
,
imageUrlPng
:
String
,
imageUrlSvg
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
hosted
Instructions
Url
Link copied to clipboard
val
hostedInstructionsUrl
:
String
image
Data
Url
Link copied to clipboard
val
imageDataUrl
:
String
image
Url
Png
Link copied to clipboard
val
imageUrlPng
:
String
image
Url
Svg
Link copied to clipboard
val
imageUrlSvg
:
String