Click or drag to resize

ShoppingCartItem Constructor

Constructor

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public ShoppingCartItem(
	string category = null,
	string itemId = null,
	Nullable<int> quantity = null,
	Nullable<decimal> price = null
)

Parameters

category (Optional)
Type: SystemString
The category of the item.
itemId (Optional)
Type: SystemString
Your internal ID for the item.
quantity (Optional)
Type: SystemNullableInt32
The quantity of the item in the shopping cart. This must be positive
price (Optional)
Type: SystemNullableDecimal
The price of the item in the shopping cart. This should be the same currency as the order currency.
See Also