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