OrderLineItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An order line item associates order information to a specific offer of a product.
public sealed class OrderLineItem : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.Orders.OrderLineItemLinks>
type OrderLineItem = class
inherit ResourceBaseWithLinks<OrderLineItemLinks>
Public NotInheritable Class OrderLineItem
Inherits ResourceBaseWithLinks(Of OrderLineItemLinks)
- Inheritance
Constructors
OrderLineItem() |
Properties
AdditionalPartnerIdsOnRecord |
Gets or sets the additional partner identifiers on record. |
AttestationAccepted |
Gets or sets the acceptance of an attestation required by an offer prior to checking out an order. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
CustomTermEndDate |
Gets or sets the custom term end date. |
FriendlyName |
Gets or sets the friendly name for the result contract (subscription). |
LineItemNumber |
Gets or sets the line item number. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
OfferId |
Gets or sets the offer identifier. |
ParentSubscriptionId |
Gets or sets the parent subscription identifier. This parameter should only be set for add-on offer purchase. This applies to Order updates only. |
PartnerIdOnRecord |
Gets or sets the partner identifier on record. |
PromotionId |
Gets or sets the promotion id. |
ProvisioningContext |
Gets or sets the provisioning context for the offer. |
Quantity |
Gets or sets the product quantity. |
RenewsTo |
Gets or sets the RenewsTo. |
SubscriptionId |
Gets or sets the resulting subscription identifier. |
TermDuration |
Gets or sets the term duration. |
TransactionType |
Gets or sets the transaction type. |