Open the Portico Developer Guide site
PosGateway Schema
Return Element
PosGateway Schema > PosAltPayReturnReqType Complex Type : Return Element
Description

Return information for the return

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

Return information for the return

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