Open the Portico Developer Guide site
PosGateway Schema
Payment Element
PosGateway Schema > PosAltPayAuthReqType Complex Type : Payment Element
Description

Payment Information for the authorization

Namespace http://Hps.Exchange.PosGateway
Diagram
NameValuePair Element Sequence Payment Element
Overview
Payment optional

Payment Information for the authorization

Sequence 1..200
Source
<xs:element name="Payment" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Payment Information for the authorization</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="200">
      <xs:element name="NameValuePair" type="NameValuePairType" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
PosAltPayAuthReqType Complex TypePosGateway Schema