Interface TariffClassifyV2Payload

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

Properties

customer_id: string
description?: string
details?: string
level?: string
product_name: string
project_id: string