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

    Interface GetBuyerInvoiceInfoInvoiceInfo

    GetBuyerInvoiceInfoInvoiceInfo sub-interface for GetBuyerInvoiceInfoResponse

    interface GetBuyerInvoiceInfoInvoiceInfo {
        error?: string;
        invoice_detail?: GetBuyerInvoiceInfoInvoiceDetail;
        invoice_type?: string;
        is_requested?: boolean;
        order_sn?: string;
    }
    Index

    Properties

    error?: string

    Error in retrieving the receipt setting of a particular order.

    Invoice info submitted by buyer. Might be masked, e.g. A****b, depending on order status.

    invoice_type?: string

    Type of invoice requested: {1: personal, 2: company, 3: household}.

    is_requested?: boolean

    To identify order with and without buyer request, applicable to PL.

    order_sn?: string

    Shopee's unique identifier for an order.