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

    Interface DownloadFbsInvoicesResponse

    Response for downloading FBS invoices

    interface DownloadFbsInvoicesResponse {
        error: string;
        message: string;
        request_id: string;
        response: { result_list: FbsInvoiceDownloadResult[] };
        result?: { result_list: FbsInvoiceDownloadResult[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { result_list: FbsInvoiceDownloadResult[] }

    Type Declaration

    result?: { result_list: FbsInvoiceDownloadResult[] }

    Type Declaration