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