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