Open the Portico Developer Guide site
PosGateway Schema
PFRecAccountNbr Element
PosGateway Schema > PFFundingDetailsType Complex Type : PFRecAccountNbr Element
Description

Account number of the merchant who will receive the secondary amount.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
PFRecAccountNbr Restriction of xs:long

Account number of the merchant who will receive the secondary amount.

Source
<xs:element name="PFRecAccountNbr" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Account number of the merchant who will receive the secondary amount.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:long">
      <xs:fractionDigits value="0" />
      <xs:minInclusive value="1" />
      <xs:maxInclusive value="9223372036854775807" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
PFFundingDetailsType Complex TypePosGateway Schema