| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.ChargeOutcome
Description
Contains the types generated from the schema ChargeOutcome
Synopsis
- data ChargeOutcome = ChargeOutcome {}
- data ChargeOutcomeRule'Variants
Documentation
data ChargeOutcome Source #
Defines the data type for the schema charge_outcome
Constructors
| ChargeOutcome | |
Fields
| |
Instances
| Eq ChargeOutcome Source # | |
Defined in StripeAPI.Types.ChargeOutcome Methods (==) :: ChargeOutcome -> ChargeOutcome -> Bool # (/=) :: ChargeOutcome -> ChargeOutcome -> Bool # | |
| Show ChargeOutcome Source # | |
Defined in StripeAPI.Types.ChargeOutcome Methods showsPrec :: Int -> ChargeOutcome -> ShowS # show :: ChargeOutcome -> String # showList :: [ChargeOutcome] -> ShowS # | |
| ToJSON ChargeOutcome Source # | |
Defined in StripeAPI.Types.ChargeOutcome Methods toJSON :: ChargeOutcome -> Value # toEncoding :: ChargeOutcome -> Encoding # toJSONList :: [ChargeOutcome] -> Value # toEncodingList :: [ChargeOutcome] -> Encoding # | |
| FromJSON ChargeOutcome Source # | |
Defined in StripeAPI.Types.ChargeOutcome Methods parseJSON :: Value -> Parser ChargeOutcome # parseJSONList :: Value -> Parser [ChargeOutcome] # | |
data ChargeOutcomeRule'Variants Source #
Define the one-of schema charge_outcomeRule'
The ID of the Radar rule that matched the payment, if applicable.
Constructors
| ChargeOutcomeRule'Rule Rule | |
| ChargeOutcomeRule'String String |