Open the Portico Developer Guide site
PosGateway Schema
PayerType Complex Type
PosGateway Schema : PayerType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Identification Element ContactPhone Element BillingAddress Element ResidentialStatus Element Employment Element Gender Element Salutation Element DateOfBirth Element Email Element Reference Element Sequence PayerType Complex Type
Overview
Sequence
Reference xs:string

Order Reference

DateOfBirth xs:date
Salutation xs:string
Sequence
FirstName optional xs:string
LastName optional xs:string
Name xs:string
Line1 optional xs:string
Line2 optional xs:string
Line3 optional xs:string
City xs:string
PostalCode xs:string
State xs:string
Country xs:string
Sequence
CountryCode xs:string
PhoneNumber xs:string
Sequence
Used By
Payer Element
Source
<xs:complexType name="PayerType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Reference" type="xs:string" minOccurs="1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Order Reference</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Email" type="emailType" minOccurs="1" />
    <xs:element name="DateOfBirth" type="xs:date" minOccurs="1" />
    <xs:element name="Salutation" type="xs:string" minOccurs="1" />
    <xs:element name="Gender" type="GenderType" minOccurs="1" />
    <xs:element name="Employment" type="EmploymentType" minOccurs="1" />
    <xs:element name="ResidentialStatus" type="ResidentialStatusType" minOccurs="1" />
    <xs:element name="BillingAddress" type="BillingAddressType" minOccurs="1" />
    <xs:element name="ContactPhone" type="ContactPhoneType" minOccurs="1" />
    <xs:element name="Identification" type="PayerIdentificationType" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema