Open the Portico Developer Guide site
PosGateway Schema
InvoiceRefNbr Element
PosGateway Schema > VisaType Complex Type : InvoiceRefNbr Element
Description

Value Added Tax invoice reference number. May contain spaces.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
InvoiceRefNbr optional Restriction of xs:string

Value Added Tax invoice reference number. May contain spaces.

Source
<xs:element name="InvoiceRefNbr" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Value Added Tax invoice reference number. May contain spaces.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9 ]*$" />
      <xs:maxLength value="15" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaType Complex TypePosGateway Schema