Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.ExternalAccount
Description
Contains the types generated from the schema ExternalAccount
Synopsis
Documentation
data ExternalAccount Source #
Defines the object schema located at components.schemas.ExternalAccount
in the specification.
Constructors
ExternalAccount | |
Fields
|
Instances
FromJSON ExternalAccount Source # | |
Defined in RecurlyClient.Types.ExternalAccount Methods parseJSON :: Value -> Parser ExternalAccount # parseJSONList :: Value -> Parser [ExternalAccount] # | |
ToJSON ExternalAccount Source # | |
Defined in RecurlyClient.Types.ExternalAccount Methods toJSON :: ExternalAccount -> Value # toEncoding :: ExternalAccount -> Encoding # toJSONList :: [ExternalAccount] -> Value # toEncodingList :: [ExternalAccount] -> Encoding # | |
Show ExternalAccount Source # | |
Defined in RecurlyClient.Types.ExternalAccount Methods showsPrec :: Int -> ExternalAccount -> ShowS # show :: ExternalAccount -> String # showList :: [ExternalAccount] -> ShowS # | |
Eq ExternalAccount Source # | |
Defined in RecurlyClient.Types.ExternalAccount Methods (==) :: ExternalAccount -> ExternalAccount -> Bool # (/=) :: ExternalAccount -> ExternalAccount -> Bool # |
mkExternalAccount :: ExternalAccount Source #
Create a new ExternalAccount
with all required fields.