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