Mayson Monorepo Documentation
    Preparing search index...
    interface WechatPay {
        fingerprint: string;
        location?: string;
        reader?: string;
        transaction_id: string;
    }
    Index

    Properties

    fingerprint: string

    Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.

    location?: string

    ID of the location that this transaction's reader is assigned to.

    reader?: string

    ID of the reader this transaction was made on.

    transaction_id: string

    Transaction ID of this particular WeChat Pay transaction.