Open the Portico Developer Guide site
PosGateway Schema
CardHolderData Element
PosGateway Schema > NTRSCreateTokenReqBlock1Type Complex Type : CardHolderData Element
Description

Cardholder-related data.

Namespace http://Hps.Exchange.PosGateway
Type
CardHolderDataDataType Complex Type
Diagram
CardHolderCountryCode Element CardHolderZip Element CardHolderState Element CardHolderCity Element CardHolderAddr Element CardHolderLastName Element CardHolderFirstName Element All CardHolderData Element
Overview
CardHolderData optional CardHolderDataDataType Complex Type

Cardholder-related data.

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.

Source
<xs:element name="CardHolderData" type="CardHolderDataDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Cardholder-related data.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NTRSCreateTokenReqBlock1Type Complex TypePosGateway Schema