ShoppingCartItem Class |
Namespace: MaxMind.MinFraud.Request
The ShoppingCartItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ShoppingCartItem |
Constructor
|
| Name | Description | |
|---|---|---|
| Category |
The category of the item.
| |
| ItemId |
Your internal ID for the item.
| |
| Price |
The per-unit price of the item in the shopping cart. This should
use the same currency as the order currency.
| |
| Quantity |
The quantity of the item in the shopping cart.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |