TransactionDevice Property |
Information about the device used in the transaction.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Device Device { get; }
Public ReadOnly Property Device As Device
Get
public:
property Device^ Device {
Device^ get ();
}
member Device : Device with get
Property Value
Type:
Device
See Also