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