Interface TariffClassifyV2Payload

interface TariffClassifyV2Payload {
    bar_code?: string;
    customer_id: string;
    description?: string;
    details?: string;
    level?: string;
    product_name: string;
    project_id: string;
    tariff_system: TariffSystem;
}

Properties

bar_code?: string
customer_id: string
description?: string
details?: string
level?: string
product_name: string
project_id: string
tariff_system: TariffSystem