Open the Portico Developer Guide site
PosGateway Schema
CampaignName Element
PosGateway Schema > TYPointsDataType Complex Type : CampaignName Element
Description

Name of the participating bank associated with the Campaign ID.

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

Name of the participating bank associated with the Campaign ID.

Source
<xs:element name="CampaignName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Name of the participating bank associated with the Campaign ID.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9]+$" />
      <xs:maxLength value="80" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
TYPointsDataType Complex TypePosGateway Schema