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