Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface QueryProofResponseData

    QueryProofResponseData sub-interface for QueryProofResponse

    interface QueryProofResponseData {
        description?: string;
        image?: QueryProofImage[];
        video?: QueryProofVideo[];
    }
    Index

    Properties

    description?: string

    The text description in the dispute proof.

    image?: QueryProofImage[]
    video?: QueryProofVideo[]