Class ShoppingCart
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class ShoppingCart
Properties
AmountBreakdown
Determines the type of the amount.
Declaration
public IList<AmountBreakdown> AmountBreakdown { get; set; }
Property Value
Type | Description |
---|---|
IList<AmountBreakdown> |
GiftCardPurchase
Object containing information on purchased gift card(s)
Declaration
public GiftCardPurchase GiftCardPurchase { get; set; }
Property Value
Type | Description |
---|---|
GiftCardPurchase |
IsPreOrder
The customer is pre-ordering one or more items
Declaration
public bool? IsPreOrder { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Items
Shopping cart data
Declaration
public IList<LineItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<LineItem> |
PreOrderItemAvailabilityDate
Date (YYYYMMDD) when the preordered item becomes available
Declaration
public string PreOrderItemAvailabilityDate { get; set; }
Property Value
Type | Description |
---|---|
string |
ReOrderIndicator
Indicates whether the cardholder is reordering previously purchased item(s)
true = the customer is re-ordering at least one of the items again
false = this is the first time the customer is ordering these items
Declaration
public bool? ReOrderIndicator { get; set; }
Property Value
Type | Description |
---|---|
bool? |