Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.ShippingMethod
Description
Contains the types generated from the schema ShippingMethod
Synopsis
- data ShippingMethod = ShippingMethod {
- shippingMethodAccounting_code :: Maybe Text
- shippingMethodCode :: Maybe Text
- shippingMethodCreated_at :: Maybe JsonDateTime
- shippingMethodDeleted_at :: Maybe JsonDateTime
- shippingMethodId :: Maybe Text
- shippingMethodLiability_gl_account_id :: Maybe Text
- shippingMethodName :: Maybe Text
- shippingMethodObject :: Maybe Text
- shippingMethodPerformance_obligation_id :: Maybe Text
- shippingMethodRevenue_gl_account_id :: Maybe Text
- shippingMethodTax_code :: Maybe Text
- shippingMethodUpdated_at :: Maybe JsonDateTime
- mkShippingMethod :: ShippingMethod
Documentation
data ShippingMethod Source #
Defines the object schema located at components.schemas.ShippingMethod
in the specification.
Constructors
ShippingMethod | |
Fields
|
Instances
FromJSON ShippingMethod Source # | |
Defined in RecurlyClient.Types.ShippingMethod Methods parseJSON :: Value -> Parser ShippingMethod # parseJSONList :: Value -> Parser [ShippingMethod] # | |
ToJSON ShippingMethod Source # | |
Defined in RecurlyClient.Types.ShippingMethod Methods toJSON :: ShippingMethod -> Value # toEncoding :: ShippingMethod -> Encoding # toJSONList :: [ShippingMethod] -> Value # toEncodingList :: [ShippingMethod] -> Encoding # | |
Show ShippingMethod Source # | |
Defined in RecurlyClient.Types.ShippingMethod Methods showsPrec :: Int -> ShippingMethod -> ShowS # show :: ShippingMethod -> String # showList :: [ShippingMethod] -> ShowS # | |
Eq ShippingMethod Source # | |
Defined in RecurlyClient.Types.ShippingMethod Methods (==) :: ShippingMethod -> ShippingMethod -> Bool # (/=) :: ShippingMethod -> ShippingMethod -> Bool # |
mkShippingMethod :: ShippingMethod Source #
Create a new ShippingMethod
with all required fields.