Open the Portico Developer Guide site
PosGateway Schema
VisaTransferType Simple Type
PosGateway Schema : VisaTransferType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
VisaTransferType Restriction of xs:string
Facets
EnumerationBB
EnumerationBP
EnumerationFD
EnumerationGD
EnumerationGP
EnumerationOG
EnumerationPP
EnumerationWT
Source
<xs:simpleType name="VisaTransferType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="BB" />
    <xs:enumeration value="BP" />
    <xs:enumeration value="FD" />
    <xs:enumeration value="GD" />
    <xs:enumeration value="GP" />
    <xs:enumeration value="OG" />
    <xs:enumeration value="PP" />
    <xs:enumeration value="WT" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema