Mayson Monorepo Documentation
    Preparing search index...
    interface Alipay {
        buyer_id?: string;
        fingerprint: string;
        transaction_id: string;
    }
    Index

    Properties

    buyer_id?: string

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

    fingerprint: string

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

    transaction_id: string

    Transaction ID of this particular Alipay transaction.