CreditCard.IsVirtual Property |
This property is true if the card is a virtual card.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsVirtual { get; }
Public ReadOnly Property IsVirtual As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsVirtual {
Nullable<bool> get ();
}
member IsVirtual : Nullable<bool> with get
Property Value
Type:
Nullable<Boolean>
See Also