PaymentDeclineCode Property |
The decline code as provided by your payment processor. If the
transaction was not declined, do not include this field.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string DeclineCode { get; }
Public ReadOnly Property DeclineCode As String
Get
public:
property String^ DeclineCode {
String^ get ();
}
member DeclineCode : string with get
Property Value
Type:
String
See Also