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

Merchant Value Added Tax Registration number.

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

Merchant Value Added Tax Registration number.

Source
<xs:element name="MerchantVATRegistration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Merchant Value Added Tax Registration number.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SalesTaxDetailsType Complex TypePosGateway Schema