Whether order was marked as a gift by the purchaser.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsGift { get; }
Public ReadOnly Property IsGift As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsGift {
Nullable<bool> get ();
}
member IsGift : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also