Open the Portico Developer Guide site
PosGateway Schema
SDKNameVersion Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Header Element : SDKNameVersion Element
Description

Name and Version of the SDK used for integration, where applicable.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
SDKNameVersion optional Restriction of xs:string

Name and Version of the SDK used for integration, where applicable.

Source
<xs:element name="SDKNameVersion" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Name and Version of the SDK used for integration, where applicable.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Header ElementVer1.0 ElementPosRequest ElementPosGateway Schema