Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema AccountPayoutSettings
Documentation
data AccountPayoutSettings Source #
Defines the data type for the schema account_payout_settings
AccountPayoutSettings | |
|
Instances
Eq AccountPayoutSettings Source # | |
Defined in StripeAPI.Types.AccountPayoutSettings (==) :: AccountPayoutSettings -> AccountPayoutSettings -> Bool # (/=) :: AccountPayoutSettings -> AccountPayoutSettings -> Bool # | |
Show AccountPayoutSettings Source # | |
Defined in StripeAPI.Types.AccountPayoutSettings showsPrec :: Int -> AccountPayoutSettings -> ShowS # show :: AccountPayoutSettings -> String # showList :: [AccountPayoutSettings] -> ShowS # | |
ToJSON AccountPayoutSettings Source # | |
Defined in StripeAPI.Types.AccountPayoutSettings toJSON :: AccountPayoutSettings -> Value # toEncoding :: AccountPayoutSettings -> Encoding # toJSONList :: [AccountPayoutSettings] -> Value # toEncodingList :: [AccountPayoutSettings] -> Encoding # | |
FromJSON AccountPayoutSettings Source # | |
Defined in StripeAPI.Types.AccountPayoutSettings parseJSON :: Value -> Parser AccountPayoutSettings # parseJSONList :: Value -> Parser [AccountPayoutSettings] # |