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