Open the Portico Developer Guide site
PosGateway Schema
CardHolderAddr Element
PosGateway Schema > CardHolderDataDataType Complex Type : CardHolderAddr Element
Description

Billing address of the cardholder.

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

Billing address of the cardholder.

Source
<xs:element name="CardHolderAddr" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
CardHolderDataDataType Complex TypePosGateway Schema