Open the Portico Developer Guide site
PosGateway Schema
PlanOptionType Simple Type
PosGateway Schema : PlanOptionType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
PlanOptionType Restriction of xs:string
Facets
EnumerationMERCHANT_FUNDED
EnumerationCONSUMER_FUNDED
EnumerationANY
Source
<xs:simpleType name="PlanOptionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="MERCHANT_FUNDED" />
    <xs:enumeration value="CONSUMER_FUNDED" />
    <xs:enumeration value="ANY" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema