Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.SourceTypeSofort
Description
Contains the types generated from the schema SourceTypeSofort
Synopsis
- data SourceTypeSofort = SourceTypeSofort {}
Documentation
data SourceTypeSofort Source #
Defines the data type for the schema source_type_sofort
Constructors
SourceTypeSofort | |
Fields
|
Instances
Eq SourceTypeSofort Source # | |
Defined in StripeAPI.Types.SourceTypeSofort Methods (==) :: SourceTypeSofort -> SourceTypeSofort -> Bool # (/=) :: SourceTypeSofort -> SourceTypeSofort -> Bool # | |
Show SourceTypeSofort Source # | |
Defined in StripeAPI.Types.SourceTypeSofort Methods showsPrec :: Int -> SourceTypeSofort -> ShowS # show :: SourceTypeSofort -> String # showList :: [SourceTypeSofort] -> ShowS # | |
ToJSON SourceTypeSofort Source # | |
Defined in StripeAPI.Types.SourceTypeSofort Methods toJSON :: SourceTypeSofort -> Value # toEncoding :: SourceTypeSofort -> Encoding # toJSONList :: [SourceTypeSofort] -> Value # toEncodingList :: [SourceTypeSofort] -> Encoding # | |
FromJSON SourceTypeSofort Source # | |
Defined in StripeAPI.Types.SourceTypeSofort Methods parseJSON :: Value -> Parser SourceTypeSofort # parseJSONList :: Value -> Parser [SourceTypeSofort] # |