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: 0.6.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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also