module StripeAPI.Types.PaymentIntentNextAction where import Data.Aeson import qualified Data.Aeson as Data.Aeson.Types.Internal data PaymentIntentNextAction instance Show PaymentIntentNextAction instance Eq PaymentIntentNextAction instance FromJSON PaymentIntentNextAction instance ToJSON PaymentIntentNextAction