| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.SourceRedirectFlow
Description
Contains the types generated from the schema SourceRedirectFlow
Documentation
data SourceRedirectFlow Source #
Defines the object schema located at components.schemas.source_redirect_flow in the specification.
Constructors
| SourceRedirectFlow | |
Fields
| |
Instances
| Eq SourceRedirectFlow Source # | |
Defined in StripeAPI.Types.SourceRedirectFlow Methods (==) :: SourceRedirectFlow -> SourceRedirectFlow -> Bool # (/=) :: SourceRedirectFlow -> SourceRedirectFlow -> Bool # | |
| Show SourceRedirectFlow Source # | |
Defined in StripeAPI.Types.SourceRedirectFlow Methods showsPrec :: Int -> SourceRedirectFlow -> ShowS # show :: SourceRedirectFlow -> String # showList :: [SourceRedirectFlow] -> ShowS # | |
| ToJSON SourceRedirectFlow Source # | |
Defined in StripeAPI.Types.SourceRedirectFlow Methods toJSON :: SourceRedirectFlow -> Value # toEncoding :: SourceRedirectFlow -> Encoding # toJSONList :: [SourceRedirectFlow] -> Value # toEncodingList :: [SourceRedirectFlow] -> Encoding # | |
| FromJSON SourceRedirectFlow Source # | |
Defined in StripeAPI.Types.SourceRedirectFlow Methods parseJSON :: Value -> Parser SourceRedirectFlow # parseJSONList :: Value -> Parser [SourceRedirectFlow] # | |
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> SourceRedirectFlow |
Create a new SourceRedirectFlow with all required fields.