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

    Interface InvoiceData

    Represents invoice data for an order

    interface InvoiceData {
        access_key: string;
        issue_date: number;
        number: string;
        products_total_value: number;
        series_number: string;
        tax_code: string;
        total_value: number;
    }
    Index

    Properties

    access_key: string

    The access key of the invoice

    issue_date: number

    The issue date of the invoice

    number: string

    The number of the invoice

    products_total_value: number

    The products total value of the invoice

    series_number: string

    The series number of the invoice

    tax_code: string

    The tax code for the invoice

    total_value: number

    The total value of the invoice