WechatPayDisplayQrCode

@Serializable
data class WechatPayDisplayQrCode(val data: String, val hostedInstructionsUrl: String, val imageDataUrl: String, val imageUrlPng: String, val imageUrlSvg: String) : Serializable

Constructors

Link copied to clipboard
constructor(data: String, hostedInstructionsUrl: String, imageDataUrl: String, imageUrlPng: String, imageUrlSvg: String)

Properties

Link copied to clipboard
val data: String

The data being used to generate QR code

Link copied to clipboard

The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.

Link copied to clipboard
val imageDataUrl: String

The base64 image data for a pre-generated QR code

Link copied to clipboard
val imageUrlPng: String

The image_url_png string used to render QR code

Link copied to clipboard
val imageUrlSvg: String

The image_url_svg string used to render QR code