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

    Interface DownloadInvoiceDocResponse

    Response for downloading invoice document

    interface DownloadInvoiceDocResponse {
        error: string;
        message: string;
        request_id: string;
        response: { url: string };
        result?: { url: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { url: string }

    Type Declaration

    • url: string

      The URL of the invoice document

    result?: { url: string }

    Type Declaration

    • url: string

      The URL of the invoice document