Open the Portico Developer Guide site
PosGateway Schema
Shipping Element
PosGateway Schema > PosAltPayOrderReqType Complex Type : Shipping Element
Description

Shipping Information for the order

Namespace http://Hps.Exchange.PosGateway
Diagram
Address Element Sequence Shipping Element
Overview
Shipping optional

Shipping Information for the order

Sequence 1..10
Sequence 1..50
Source
<xs:element name="Shipping" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Shipping Information for the order</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="10">
      <xs:element name="Address" type="NameValuePairCollectionType">
        <xs:annotation>
          <xs:documentation>Address Information</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
PosAltPayOrderReqType Complex TypePosGateway Schema