Open the Portico Developer Guide site
PosGateway Schema
CustomerRefId Element
PosGateway Schema > SalesTaxDetailsType Complex Type : CustomerRefId Element
Description

Canadian customer reference Id.

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

Canadian customer reference Id.

Source
<xs:element name="CustomerRefId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Canadian customer reference Id.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="17" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SalesTaxDetailsType Complex TypePosGateway Schema