Open the Portico Developer Guide site
PosGateway Schema
bnplAmtType Simple Type
PosGateway Schema : bnplAmtType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
bnplAmtType Restriction of xs:decimal
Facets
FractionDigits2
TotalDigits12
MinInclusive0.01
Source
<xs:simpleType name="bnplAmtType" 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.01" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema