Open the Portico Developer Guide site
PosGateway Schema
NewlyAdded Element
PosGateway Schema > NTRSUserDataDataType Complex Type : NewlyAdded Element
Description

True means that the user added the card on file during the current provisioning attempt.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:boolean
Overview
NewlyAdded optional Restriction of xs:boolean

True means that the user added the card on file during the current provisioning attempt.

Source
<xs:element name="NewlyAdded" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">True means that the user added the card on file during the current provisioning attempt.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:boolean" />
  </xs:simpleType>
</xs:element>
See Also
NTRSUserDataDataType Complex TypePosGateway Schema