Click or drag to resize
Order Class
The order information for the transaction being sent to the web service.
Inheritance Hierarchy
System.Object
  MaxMind.MinFraud.Request.Order

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

The Order type exposes the following members.

Constructors
  NameDescription
Public methodOrder
Constructor.
Top
Properties
  NameDescription
Public propertyAffiliateId
The ID of the affiliate where the order is coming from.
Public propertyAmount
The total order amount for the transaction.
Public propertyCurrency
The ISO 4217 currency code for the currency used in the transaction.
Public propertyDiscountCode
The discount code applied to the transaction. If multiple discount codes were used, please separate them with a comma.
Public propertyHasGiftMessage
Whether the purchaser included a gift message.
Public propertyIsGift
Whether order was marked as a gift by the purchaser.
Public propertyReferrerUri
The URI of the referring site for this order.
Public propertySubaffiliateId
The ID of the sub-affiliate where the order is coming from.
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 Object.ToString().)
Top
See Also