Open the Portico Developer Guide site
PosGateway Schema
Items Element
PosGateway Schema > BNPLCreateOrderReqBlock1Type Complex Type > Order Element : Items Element
Namespace http://Hps.Exchange.PosGateway
Diagram
OrderItemDetails Element Sequence Items Element
Overview
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

Source
<xs:element name="Items" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="OrderItemDetails" type="BNPLOrderItemDetailType" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
Order ElementBNPLCreateOrderReqBlock1Type Complex TypePosGateway Schema