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