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

    Interface GetFbsInvoicesResultResponseData

    Response data payload for get_fbs_invoices_result

    interface GetFbsInvoicesResultResponseData {
        error_msg?: string;
        result_list?: GetFbsInvoicesResultResult[];
    }
    Index

    Properties

    error_msg?: string

    Indicate error details if hit error. Empty if no error happened.