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