Open the Portico Developer Guide site
PosGateway Schema
Order Element
PosGateway Schema > BNPLCreateOrderReqBlock1Type Complex Type : Order Element
Namespace http://Hps.Exchange.PosGateway
Diagram
ShippingContactPhone Element ShippingAddress Element Items Element ShippingMethod Element Sequence Order Element
Overview
Sequence
ShippingMethod optional xs:string
Sequence 0..∞
All
Reference xs:string
Label optional xs:string
Description xs:string
AdditionalDescription optional xs:string
Quantity Restriction of xs:int

Item Quantity

TaxAmt optional amtTypeGlobal Simple Type

Tax Amount

TaxPercentage optional Restriction of xs:decimal

Tax Percentage

GiftCardCurrency optional Restriction of xs:string
Type optional Restriction of xs:string

Item Image Url

ImageUrl Restriction of xs:string

Item Image Url

ProductUrl Restriction of xs:string

Item Product Url

Sequence
FirstName xs:string
LastName xs:string
Name xs:string
Line1 xs:string
Line2 xs:string
City xs:string
PostalCode xs:string
State xs:string
Country xs:string
AddressType xs:string
Sequence
CountryCode xs:string
PhoneNumber xs:string
Source
<xs:element name="Order" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ShippingMethod" type="xs:string" minOccurs="0" />
      <xs:element name="Items" minOccurs="1">
        <xs:complexType>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element name="OrderItemDetails" type="BNPLOrderItemDetailType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ShippingAddress" type="ShippingAddressType" minOccurs="1" />
      <xs:element name="ShippingContactPhone" type="ContactPhoneType" minOccurs="1" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
BNPLCreateOrderReqBlock1Type Complex TypePosGateway Schema