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

The data being used to generate a 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

The base64 image data for a pre-generated QR code

Link copied to clipboard

The URL that returns the QR code rendered as a PNG image

Link copied to clipboard

The URL that returns the QR code rendered as an SVG vector