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