Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hercules.API.Accounts.Account
Documentation
data AccountType Source #
Constructors
User | |
Organization |
Instances
FromJSON AccountType Source # | |
Defined in Hercules.API.Accounts.Account | |
ToJSON AccountType Source # | |
Defined in Hercules.API.Accounts.Account Methods toJSON :: AccountType -> Value # toEncoding :: AccountType -> Encoding # toJSONList :: [AccountType] -> Value # toEncodingList :: [AccountType] -> Encoding # | |
Generic AccountType Source # | |
Defined in Hercules.API.Accounts.Account Associated Types type Rep AccountType :: Type -> Type # | |
Show AccountType Source # | |
Defined in Hercules.API.Accounts.Account Methods showsPrec :: Int -> AccountType -> ShowS # show :: AccountType -> String # showList :: [AccountType] -> ShowS # | |
NFData AccountType Source # | |
Defined in Hercules.API.Accounts.Account Methods rnf :: AccountType -> () # | |
Eq AccountType Source # | |
Defined in Hercules.API.Accounts.Account | |
ToSchema AccountType Source # | |
Defined in Hercules.API.Accounts.Account Methods declareNamedSchema :: Proxy AccountType -> Declare (Definitions Schema) NamedSchema # | |
type Rep AccountType Source # | |
data MembershipRole Source #
Instances
Constructors
Account | |
Fields
|