TransactionReportMinFraudId Property |
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.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<Guid> MinFraudId { get; }
Public ReadOnly Property MinFraudId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> MinFraudId {
Nullable<Guid> get ();
}
member MinFraudId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also