Open the Portico Developer Guide site
PosGateway Schema
paymentSourceType Simple Type
PosGateway Schema : paymentSourceType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
paymentSourceType Restriction of xs:string
Facets
EnumerationApplePay
EnumerationApplePayApp
EnumerationApplePayWeb
EnumerationGooglePayApp
EnumerationGooglePayWeb
Source
<xs:simpleType name="paymentSourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ApplePay" />
    <xs:enumeration value="ApplePayApp" />
    <xs:enumeration value="ApplePayWeb" />
    <xs:enumeration value="GooglePayApp" />
    <xs:enumeration value="GooglePayWeb" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema