Open the Portico Developer Guide site
PosGateway Schema
debitCreditIndType Simple Type
PosGateway Schema : debitCreditIndType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
debitCreditIndType Restriction of xs:string
Facets
Length1
EnumerationC
EnumerationD
EnumerationG
Source
<xs:simpleType name="debitCreditIndType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:length value="1" />
    <xs:enumeration value="C" />
    <xs:enumeration value="D" />
    <xs:enumeration value="G" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema