module StripeAPI.Types.DeliveryEstimate where import Data.Aeson import qualified Data.Aeson as Data.Aeson.Types.Internal data DeliveryEstimate instance Show DeliveryEstimate instance Eq DeliveryEstimate instance FromJSON DeliveryEstimate instance ToJSON DeliveryEstimate