package types // TotalTaxItem is a DB struct type TotalTaxItem struct { ID string TotalItem string TaxTransaction string TenantID string }