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
Syntaxpublic Nullable<decimal> Price { get; }
Public ReadOnly Property Price As Nullable(Of Decimal)
Get
public:
property Nullable<Decimal> Price {
Nullable<Decimal> get ();
}
member Price : Nullable<decimal> with get
Property Value
Type:
NullableDecimal
See Also