Open the Portico Developer Guide site
PosGateway Schema
amtTypeGlobal Simple Type
PosGateway Schema : amtTypeGlobal Simple Type
Description

International Amount Type to support foreign currencies

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

International Amount Type to support foreign currencies

Facets
FractionDigits3
TotalDigits12
MinInclusive0
Source
<xs:simpleType name="amtTypeGlobal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">International Amount Type to support foreign currencies</p>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="3" />
    <xs:totalDigits value="12" />
    <xs:minInclusive value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema