ShoppingCartItemQuantity Property |
The quantity of the item in the shopping cart.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<int> Quantity { get; }
Public ReadOnly Property Quantity As Nullable(Of Integer)
Get
public:
property Nullable<int> Quantity {
Nullable<int> get ();
}
member Quantity : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also