Click or drag to resize

Order Class

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

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.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 (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