lib/types/userrole.go

19 lines
393 B
Go
Raw Normal View History

2021-01-10 18:40:46 +00:00
package types
// UserRole is a first class object type
type UserRole struct {
RoleID string
UserID string
Auth0RoleID string
RoleDescription string
RoleName string
AccountID string
CompanyName string
ContactID string
UserEmail string
UserFullName string
TaxnexusAccount string
Username string
Auth0UserID string
}