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

    Interface CertificationInfo

    Certification information

    interface CertificationInfo {
        certification_no?: string;
        certification_proofs?: CertificationProof[];
        certification_type?: number;
        expire_time?: number;
        permit_id?: number;
    }
    Index

    Properties

    certification_no?: string
    certification_proofs?: CertificationProof[]
    certification_type?: number
    expire_time?: number
    permit_id?: number