Open the Portico Developer Guide site
PosGateway Schema
CashDiscountType Simple Type
PosGateway Schema : CashDiscountType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
CashDiscountType Restriction of xs:decimal
Facets
FractionDigits2
TotalDigits12
MinInclusive0
Source
<xs:simpleType name="CashDiscountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2" />
    <xs:totalDigits value="12" />
    <xs:minInclusive value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema