CartLineItem Class

Definition

Represents a line item on a cart.

public class CartLineItem
type CartLineItem = class
Public Class CartLineItem
Inheritance
CartLineItem

Constructors

CartLineItem()

Properties

AddonItems

Gets or sets a list of items that depend on this one, so they have to be purchased subsequently.

AttestationAccepted

Gets or sets the acceptance of an attestation required by an offer prior to checking out.

BillingCycle

Gets or sets the type of billing cycle for the selected catalog item.

CatalogItemId

Gets or sets the catalog item identifier.

CurrencyCode

Gets or sets the currency code.

CustomTermEndDate

Gets or sets the custom term end date for the subscription. If provided, the first term will be prorated to end on this date.

Error

Gets or sets an error associated to this cart line item.

FriendlyName

Gets or sets the friendly name for the result contract (subscription)

Id

Gets or sets a unique identifier of a cart line item.

OrderGroup

Gets or sets the order group which indicates which items can be place in a single order.

Participants

Gets or sets a collection of participants on this purchase.

PromotionId

Gets or sets the promotionId.

ProvisioningContext

Gets or sets a context that will be used for provisioning of the catalog item.

PurchaseSystem

Gets or sets the which purchase system to place the order.

Quantity

Gets or sets the product quantity.

RenewsTo

Gets or sets the RenewsTo.

TermDuration

Gets or sets the term duration if applicable.

Applies to