Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema Application
Documentation
data Application Source #
Defines the data type for the schema application
Application | |
|
Instances
Eq Application Source # | |
Defined in StripeAPI.Types.Application (==) :: Application -> Application -> Bool # (/=) :: Application -> Application -> Bool # | |
Show Application Source # | |
Defined in StripeAPI.Types.Application showsPrec :: Int -> Application -> ShowS # show :: Application -> String # showList :: [Application] -> ShowS # | |
ToJSON Application Source # | |
Defined in StripeAPI.Types.Application toJSON :: Application -> Value # toEncoding :: Application -> Encoding # toJSONList :: [Application] -> Value # toEncodingList :: [Application] -> Encoding # | |
FromJSON Application Source # | |
Defined in StripeAPI.Types.Application parseJSON :: Value -> Parser Application # parseJSONList :: Value -> Parser [Application] # |
data ApplicationObject' Source #
Defines the enum schema applicationObject'
String representing the object's type. Objects of the same type share the same value.
ApplicationObject'EnumOther Value | |
ApplicationObject'EnumTyped String | |
ApplicationObject'EnumStringApplication |
Instances
Eq ApplicationObject' Source # | |
Defined in StripeAPI.Types.Application (==) :: ApplicationObject' -> ApplicationObject' -> Bool # (/=) :: ApplicationObject' -> ApplicationObject' -> Bool # | |
Show ApplicationObject' Source # | |
Defined in StripeAPI.Types.Application showsPrec :: Int -> ApplicationObject' -> ShowS # show :: ApplicationObject' -> String # showList :: [ApplicationObject'] -> ShowS # | |
ToJSON ApplicationObject' Source # | |
Defined in StripeAPI.Types.Application toJSON :: ApplicationObject' -> Value # toEncoding :: ApplicationObject' -> Encoding # toJSONList :: [ApplicationObject'] -> Value # toEncodingList :: [ApplicationObject'] -> Encoding # | |
FromJSON ApplicationObject' Source # | |
Defined in StripeAPI.Types.Application parseJSON :: Value -> Parser ApplicationObject' # parseJSONList :: Value -> Parser [ApplicationObject'] # |