Click or drag to resize

Payment Class

The payment information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestPayment

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class Payment

The Payment type exposes the following members.

Constructors
  NameDescription
Public methodPayment
Constructor.
Top
Properties
  NameDescription
Public propertyDeclineCode
The decline code as provided by your payment processor. If the transaction was not declined, do not include this field.
Public propertyProcessor
The payment processor used for the transaction.
Public propertyWasAuthorized
The authorization outcome from the payment processor. If the transaction has not yet been approved or denied, do not include this field.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also