provide fields for additional costs and tax

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3995 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-09-14 10:38:53 +00:00
parent 693b79322f
commit f0e3d04b1a

View file

@ -364,6 +364,9 @@ class IOrder(Interface):
shippingAddress = Attribute(u'The address the products should be sent to.')
shippingCost = Attribute(u'The cost to be applied for shipping.')
additionalCost = Attribute(u'An additional value to be added to the '
u'net value of the order.')
tax = Attribute(u'The tax value to be added to the net value of the order.')
total = Attribute(u'The total gross value (Decimal) of the order.')
# not implemented yet