Click or drag to resize

ShoppingCartItemPrice Property

The per-unit price of the item in the shopping cart. This should use the same currency as the order currency.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Nullable<decimal> Price { get; }

Property Value

Type: NullableDecimal
See Also