Click or drag to resize

TransactionShoppingCart Property

List of shopping items in the transaction.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public IList<ShoppingCartItem> ShoppingCart { get; }

Property Value

Type: IListShoppingCartItem
See Also