We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471b365 commit 5860badCopy full SHA for 5860bad
src/gdata/contentforshopping/data.py
@@ -624,6 +624,7 @@ class UnitPricingMeasure(atom.core.XmlElement):
624
The dimension by which the item is sold.
625
"""
626
_qname = SCP_NAMESPACE_TEMPLATE % 'unit_pricing_measure'
627
+ unit = 'unit'
628
629
630
class UnitPricingBaseMeasure(atom.core.XmlElement):
@@ -632,6 +633,7 @@ class UnitPricingBaseMeasure(atom.core.XmlElement):
632
633
Your preference of the denominator of the unit price.
634
635
_qname = SCP_NAMESPACE_TEMPLATE % 'unit_pricing_base_measure'
636
637
638
639
class EnergyEfficiencyClass(atom.core.XmlElement):
0 commit comments