PaymentWasAuthorized Property |
The authorization outcome from the payment processor. If the
transaction has not yet been approved or denied, do not include
this field.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> WasAuthorized { get; }
Public ReadOnly Property WasAuthorized As Nullable(Of Boolean)
Get
public:
property Nullable<bool> WasAuthorized {
Nullable<bool> get ();
}
member WasAuthorized : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also