Click or drag to resize

Transaction Class

The transaction to be sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestTransaction

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

The Transaction type exposes the following members.

Constructors
  NameDescription
Public methodTransaction
Constructor. See the minFraud documentation for a general overview of the request sent to the web service.
Top
Properties
  NameDescription
Public propertyAccount
Account information for the transaction.
Public propertyBilling
Information about the account used in the transaction.
Public propertyCreditCard
Information about the credit card used in the transaction.
Public propertyCustomInputs
Custom inputs as configured on your account portal.
Public propertyDevice
Information about the device used in the transaction.
Public propertyEmail
Information about the email used in the transaction.
Public propertyEvent
Details about the event such as the time.
Public propertyOrder
Details about the order.
Public propertyPayment
Information about the payment processing.
Public propertyShipping
Shipping information used in the transaction.
Public propertyShoppingCart
List of shopping items in the transaction.
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