Click or drag to resize

TransactionReport Class

The transaction information for a report you would like to file with MaxMind.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestTransactionReport

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class TransactionReport

The TransactionReport type exposes the following members.

Constructors
  NameDescription
Public methodTransactionReport
Constructor.
Top
Properties
  NameDescription
Public propertyChargebackCode
A string which is provided by your payment processor indicating the reason for the chargeback.
Public propertyIPAddress
The IP address reported to MaxMind for the transaction.
Public propertyMaxMindId
A unique eight character string identifying a minFraud Standard or Premium request. These IDs are returned in the maxmindID field of a response for a successful minFraud request. This field is not required, but you are encouraged to provide it, if possible.
Public propertyMinFraudId
A UUID that identifies a minFraud Score, minFraud Insights, or minFraud Factors request. This ID is returned at /id in the response. This field is not required, but you are encouraged to provide it if the request was made to one of these services.
Public propertyNotes
Your notes on the fraud tag associated with the transaction. We manually review many reported transactions to improve our scoring for you so any additional details to help us understand context are helpful.
Public propertyTag
The TransactionReportTag indicating the type of report being made.
Public propertyTransactionId
The transaction ID you originally passed to minFraud. This field is not required, but you are encouraged to provide it or the transaction's >maxmindId or minfraudId.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also