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