Click or drag to resize

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
Syntax
public Nullable<bool> WasAuthorized { get; }

Property Value

Type: NullableBoolean
See Also