Open the Portico Developer Guide site
PosGateway Schema
CardHolderDataDataType Complex Type
PosGateway Schema : CardHolderDataDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CardHolderCountryCode Element CardHolderZip Element CardHolderState Element CardHolderCity Element CardHolderAddr Element CardHolderLastName Element CardHolderFirstName Element All CardHolderDataDataType Complex Type
Overview
All
CardHolderFirstName optional Restriction of xs:string

The firstname of the cardholder.

CardHolderLastName optional Restriction of xs:string

The lastname of the cardholder.

CardHolderAddr optional Restriction of xs:string

Billing address of the cardholder.

CardHolderCity optional Restriction of xs:string

City.

CardHolderState optional Restriction of xs:string

State.

CardHolderZip optional Restriction of xs:string

Postal Code.

CardHolderCountryCode optional Restriction of xs:string

Country Code.

Used By
CardHolderData Element
Source
<xs:complexType name="CardHolderDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CardHolderFirstName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The firstname of the cardholder.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="26" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderLastName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The lastname of the cardholder.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="26" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderAddr" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Billing address of the cardholder.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="140" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderCity" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">City.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="140" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderState" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">State.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="140" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderZip" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Postal Code.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="140" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardHolderCountryCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Country Code.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema