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

Required on transactions with an amount over 150.

Note: For Visa Fleet Cards only.

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.

Note: For Visa Fleet Cards only.

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>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> For Visa Fleet Cards only.
      </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
FleetTaxDetailsType Complex TypePosGateway Schema