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

Required on transactions with an amount over 150.

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

Required on transactions with an amount over 150.

Source
<xs:element name="BuyerRecipientName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Required on transactions with an amount over 150.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SalesTaxDetailsType Complex TypePosGateway Schema