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