Open the Portico Developer Guide site
PosGateway Schema
UnitCost Element
PosGateway Schema > VisaLineItemsType Complex Type : UnitCost Element
Description

The cost per unit of measure.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
UnitCost optional Restriction of xs:decimal

The cost per unit of measure.

Source
<xs:element name="UnitCost" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The cost per unit of measure.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:fractionDigits value="4" />
      <xs:totalDigits value="12" />
      <xs:minInclusive value="0" />
      <xs:maxExclusive value="100000000" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema