Network Transaction Identifier
Card On File Indicator
Valid values include:
<xs:complexType name="CardOnFileDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:all> <xs:element name="CardBrandTxnId" minOccurs="0" type="restrictedStringType"> <xs:annotation> <xs:documentation> <p xmlns="http://Hps.Exchange.PosGateway">Network Transaction Identifier</p> </xs:documentation> </xs:annotation> </xs:element> <xs:element name="CardOnFile" type="CardOnFileType" minOccurs="0"> <xs:annotation> <xs:documentation> <p xmlns="http://Hps.Exchange.PosGateway">Card On File Indicator</p> <p xmlns="http://Hps.Exchange.PosGateway" /> <p xmlns="http://Hps.Exchange.PosGateway">Valid values include: <ul><li>'C' - Cardholder initiated transaction</li><li>'M' - Merchant initiated transaction</li></ul></p> </xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType>