{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.Invoice where

--  Valid: 2016-02-03 (Schema.rdfs.org)

import Text.HTML5.MetaData.Class
import Data.Typeable

-- | A statement of the money due for goods or services; a bill.

data Invoice

instance Show Invoice
instance Read Invoice
instance Eq Invoice
instance Typeable Invoice
instance MetaData Invoice