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: 2.0.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 (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