Cart Class

Definition

This class represents a model of a cart object.

public class Cart : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type Cart = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public Class Cart
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
Inheritance

Constructors

Cart()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
CreationTimestamp

Gets or sets the creation timestamp.

ExpirationTimestamp

Gets or sets the expiration timestamp.

Id

Gets or sets a unique cart identifier.

LastModifiedTimestamp

Gets or sets the last modified timestamp.

LastModifiedUser

Gets or sets the last modified user or application.

LineItems

Gets or sets a collection of cart line items.

Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)
PartnerOnRecordAttestationAccepted

Gets or sets a value indicating whether the PartnerOnRecord attestation was accepted.

Status

Gets or sets the cart status.

Applies to