Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema DeliveryEstimate
Synopsis
Documentation
data DeliveryEstimate Source #
Defines the data type for the schema delivery_estimate
DeliveryEstimate | |
|
Instances
Eq DeliveryEstimate Source # | |
Defined in StripeAPI.Types.DeliveryEstimate (==) :: DeliveryEstimate -> DeliveryEstimate -> Bool # (/=) :: DeliveryEstimate -> DeliveryEstimate -> Bool # | |
Show DeliveryEstimate Source # | |
Defined in StripeAPI.Types.DeliveryEstimate showsPrec :: Int -> DeliveryEstimate -> ShowS # show :: DeliveryEstimate -> String # showList :: [DeliveryEstimate] -> ShowS # | |
ToJSON DeliveryEstimate Source # | |
Defined in StripeAPI.Types.DeliveryEstimate toJSON :: DeliveryEstimate -> Value # toEncoding :: DeliveryEstimate -> Encoding # toJSONList :: [DeliveryEstimate] -> Value # toEncodingList :: [DeliveryEstimate] -> Encoding # | |
FromJSON DeliveryEstimate Source # | |
Defined in StripeAPI.Types.DeliveryEstimate parseJSON :: Value -> Parser DeliveryEstimate # parseJSONList :: Value -> Parser [DeliveryEstimate] # |