Click or drag to resize
ShoppingCartItem Class
Information for an item in the shopping cart for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestShoppingCartItem

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

The ShoppingCartItem type exposes the following members.

Constructors
  NameDescription
Public methodShoppingCartItem
Constructor
Top
Properties
  NameDescription
Public propertyCategory
The category of the item.
Public propertyItemId
Your internal ID for the item.
Public propertyPrice
The per-unit price of the item in the shopping cart. This should use the same currency as the order currency.
Public propertyQuantity
The quantity of the item in the shopping cart.
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