ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface Tax

    interface Tax {
        id: string;
        name: string;
        code: string;
        rate: number;
        type: string;
        isActive: boolean;
        description?: string;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    name: string
    code: string
    rate: number
    type: string
    isActive: boolean
    description?: string
    createdAt: string
    updatedAt: string