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