Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SetupIntentNextAction
Synopsis
Documentation
data SetupIntentNextAction Source #
Defines the data type for the schema setup_intent_next_action
SetupIntentNextAction | |
|
Instances
Eq SetupIntentNextAction Source # | |
Defined in StripeAPI.Types.SetupIntentNextAction (==) :: SetupIntentNextAction -> SetupIntentNextAction -> Bool # (/=) :: SetupIntentNextAction -> SetupIntentNextAction -> Bool # | |
Show SetupIntentNextAction Source # | |
Defined in StripeAPI.Types.SetupIntentNextAction showsPrec :: Int -> SetupIntentNextAction -> ShowS # show :: SetupIntentNextAction -> String # showList :: [SetupIntentNextAction] -> ShowS # | |
ToJSON SetupIntentNextAction Source # | |
Defined in StripeAPI.Types.SetupIntentNextAction toJSON :: SetupIntentNextAction -> Value # toEncoding :: SetupIntentNextAction -> Encoding # toJSONList :: [SetupIntentNextAction] -> Value # toEncodingList :: [SetupIntentNextAction] -> Encoding # | |
FromJSON SetupIntentNextAction Source # | |
Defined in StripeAPI.Types.SetupIntentNextAction parseJSON :: Value -> Parser SetupIntentNextAction # parseJSONList :: Value -> Parser [SetupIntentNextAction] # |
data SetupIntentNextActionUseStripeSdk' Source #
Defines the data type for the schema setup_intent_next_actionUse_stripe_sdk'
When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.