MobX Lark
    Preparing search index...

    Interface VatInvoice

    interface VatInvoice {
        items: Record<"value" | "type", string>[][];
        type:
            | InvoiceEntityType
            | "invoice_name"
            | "invoice_date"
            | "total_price"
            | "total_tax"
            | "total_price_and_tax"
            | "big_total_price_and_tax"
            | "buyer_name"
            | "buyer_taxpayer_no"
            | "buyer_address_phone"
            | "buyer_account"
            | "seller_name"
            | "seller_taxpayer_no"
            | "seller_address_phone"
            | "seller_account"
            | "check_code"
            | "payee"
            | "password_area"
            | "remarks"
            | "reviewer"
            | "drawer"
            | "is_sealed"
            | "machine_num";
        value: string;
    }
    Index

    Properties

    Properties

    items: Record<"value" | "type", string>[][]
    type:
        | InvoiceEntityType
        | "invoice_name"
        | "invoice_date"
        | "total_price"
        | "total_tax"
        | "total_price_and_tax"
        | "big_total_price_and_tax"
        | "buyer_name"
        | "buyer_taxpayer_no"
        | "buyer_address_phone"
        | "buyer_account"
        | "seller_name"
        | "seller_taxpayer_no"
        | "seller_address_phone"
        | "seller_account"
        | "check_code"
        | "payee"
        | "password_area"
        | "remarks"
        | "reviewer"
        | "drawer"
        | "is_sealed"
        | "machine_num"
    value: string