Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface ProofInfo

    Proof information

    interface ProofInfo {
        proof_image?: ProofImageItem[];
        proof_text?: ProofTextItem[];
        proof_video?: ProofVideoItem[];
    }
    Index

    Properties

    proof_image?: ProofImageItem[]

    Proof images

    proof_text?: ProofTextItem[]

    Proof text

    proof_video?: ProofVideoItem[]

    Proof videos