declare enum VatCategory {
    HIGH = "High",
    LOW = "Low",
    NONE = "None"
}
