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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |