Click or drag to resize
CMSPaymentGatewayProviderShoppingCartInfoObj Property
Shopping cart object which stores all data during the checkout process. If OrderId is set it is created from existing order, otherwise it is returned from current shopping cart control.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 9.0.0
Syntax
C#
public ShoppingCartInfo ShoppingCartInfoObj { get; set; }

Property Value

Type: ShoppingCartInfo
See Also