TransactionReportTransactionId Property |
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.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string TransactionId { get; }
Public ReadOnly Property TransactionId As String
Get
public:
property String^ TransactionId {
String^ get ();
}
member TransactionId : string with get
Property Value
Type:
String
See Also