Mayson Monorepo Documentation
    Preparing search index...
    interface WechatPayDisplayQrCode {
        data: string;
        hosted_instructions_url: string;
        image_data_url: string;
        image_url_png: string;
        image_url_svg: string;
    }
    Index

    Properties

    data: string

    The data being used to generate QR code

    hosted_instructions_url: string

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

    image_data_url: string

    The base64 image data for a pre-generated QR code

    image_url_png: string

    The image_url_png string used to render QR code

    image_url_svg: string

    The image_url_svg string used to render QR code