{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PaymentChargeSpecification where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The costs of settling the payment using a particular payment method. data PaymentChargeSpecification instance Show PaymentChargeSpecification instance Read PaymentChargeSpecification instance Eq PaymentChargeSpecification instance Typeable PaymentChargeSpecification instance MetaData PaymentChargeSpecification