| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.TransactionFraudInfo
Description
Contains the types generated from the schema TransactionFraudInfo
Synopsis
Documentation
data TransactionFraudInfo Source #
Defines the object schema located at components.schemas.TransactionFraudInfo in the specification.
Constructors
| TransactionFraudInfo | |
Fields
| |
Instances
| FromJSON TransactionFraudInfo Source # | |
Defined in RecurlyClient.Types.TransactionFraudInfo Methods parseJSON :: Value -> Parser TransactionFraudInfo # parseJSONList :: Value -> Parser [TransactionFraudInfo] # | |
| ToJSON TransactionFraudInfo Source # | |
Defined in RecurlyClient.Types.TransactionFraudInfo Methods toJSON :: TransactionFraudInfo -> Value # toEncoding :: TransactionFraudInfo -> Encoding # toJSONList :: [TransactionFraudInfo] -> Value # toEncodingList :: [TransactionFraudInfo] -> Encoding # | |
| Show TransactionFraudInfo Source # | |
Defined in RecurlyClient.Types.TransactionFraudInfo Methods showsPrec :: Int -> TransactionFraudInfo -> ShowS # show :: TransactionFraudInfo -> String # showList :: [TransactionFraudInfo] -> ShowS # | |
| Eq TransactionFraudInfo Source # | |
Defined in RecurlyClient.Types.TransactionFraudInfo Methods (==) :: TransactionFraudInfo -> TransactionFraudInfo -> Bool # (/=) :: TransactionFraudInfo -> TransactionFraudInfo -> Bool # | |
mkTransactionFraudInfo :: TransactionFraudInfo Source #
Create a new TransactionFraudInfo with all required fields.
data TransactionFraudInfoDecision Source #
Defines the enum schema located at components.schemas.TransactionFraudInfo.properties.decision in the specification.
Constructors
| TransactionFraudInfoDecisionOther Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
| TransactionFraudInfoDecisionTyped Text | This constructor can be used to send values to the server which are not present in the specification yet. |
| TransactionFraudInfoDecisionEnumApprove | Represents the JSON value |
| TransactionFraudInfoDecisionEnumDecline | Represents the JSON value |
| TransactionFraudInfoDecisionEnumEscalate | Represents the JSON value |
| TransactionFraudInfoDecisionEnumReview | Represents the JSON value |