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