PurchaseOrder Schema
PurchaseOrder Schema / Items Complex Type / item Element / USPrice Element
In This Topic
    USPrice Element
    In This Topic
    Description
    The price of the item.
    Namespace (none)
    Type
    xs:decimal
    Overview
    USPrice xs:decimal
    The price of the item.
    Source
    <xs:element name="USPrice" type="xs:decimal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation xml:lang="en">The price of the item.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also