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

    Interface GetBuyerInvoiceInfoResponse

    Response for getting buyer invoice info

    interface GetBuyerInvoiceInfoResponse {
        error: string;
        invoice_info_list: InvoiceInfo[];
        message: string;
        request_id: string;
        response: null;
        result?: null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    invoice_info_list: InvoiceInfo[]
    message: string
    request_id: string
    response: null
    result?: null