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