TransactionShoppingCart Property |
List of shopping items in the transaction.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic IList<ShoppingCartItem> ShoppingCart { get; }
Public ReadOnly Property ShoppingCart As IList(Of ShoppingCartItem)
Get
public:
property IList<ShoppingCartItem^>^ ShoppingCart {
IList<ShoppingCartItem^>^ get ();
}
member ShoppingCart : IList<ShoppingCartItem> with get
Property Value
Type:
IListShoppingCartItem
See Also