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