Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.PaymentIntentNextAction
Description
Contains the types generated from the schema PaymentIntentNextAction
Synopsis
Documentation
data PaymentIntentNextAction Source #
Defines the data type for the schema payment_intent_next_action
Constructors
PaymentIntentNextAction | |
Fields
|
Instances
Eq PaymentIntentNextAction Source # | |
Defined in StripeAPI.Types.PaymentIntentNextAction Methods (==) :: PaymentIntentNextAction -> PaymentIntentNextAction -> Bool # (/=) :: PaymentIntentNextAction -> PaymentIntentNextAction -> Bool # | |
Show PaymentIntentNextAction Source # | |
Defined in StripeAPI.Types.PaymentIntentNextAction Methods showsPrec :: Int -> PaymentIntentNextAction -> ShowS # show :: PaymentIntentNextAction -> String # showList :: [PaymentIntentNextAction] -> ShowS # | |
ToJSON PaymentIntentNextAction Source # | |
Defined in StripeAPI.Types.PaymentIntentNextAction Methods toJSON :: PaymentIntentNextAction -> Value # toEncoding :: PaymentIntentNextAction -> Encoding # toJSONList :: [PaymentIntentNextAction] -> Value # | |
FromJSON PaymentIntentNextAction Source # | |
Defined in StripeAPI.Types.PaymentIntentNextAction Methods parseJSON :: Value -> Parser PaymentIntentNextAction # parseJSONList :: Value -> Parser [PaymentIntentNextAction] # |
data PaymentIntentNextActionUseStripeSdk' Source #
Defines the data type for the schema payment_intent_next_actionUse_stripe_sdk'
When confirming a PaymentIntent 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.
Constructors
PaymentIntentNextActionUseStripeSdk' | |