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

    Type Alias InvoiceInfo

    Invoice information for an order

    type InvoiceInfo = {
        error: string;
        invoice_detail: InvoiceDetail | null;
        invoice_type: string;
        is_requested: boolean;
        order_sn: string;
    }
    Index

    Properties

    error: string

    Error in retrieving the receipt setting

    invoice_detail: InvoiceDetail | null

    Invoice details

    invoice_type: string

    Type of invoice requested: personal, company, or household

    is_requested: boolean

    Indicates if buyer requested invoice (applicable to PL)

    order_sn: string

    Shopee's unique identifier for an order