Order Class

Definition

An order is the mean of purchasing offers. Offers are represented by line items within the order.

public sealed class Order : Microsoft.Store.PartnerCenter.Models.ResourceBase
type Order = class
    inherit ResourceBase
Public NotInheritable Class Order
Inherits ResourceBase
Inheritance

Constructors

Order()

Properties

AlternateId

Gets or sets the alternate order identifier.

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingCycle

Gets or sets the type of billing cycle for the selected offers.

CreationDate

Gets or sets the creation date of the order.

CurrencyCode

Gets or sets the currency code.

CurrencySymbol

Gets or sets the currency symbol.

Id

Gets or sets the order identifier.

LineItems

Gets or sets the Order line items. Each order line item refers to one offer's purchase data.

Links

Gets or sets the links corresponding to the order.

PartnerOnRecordAttestationAccepted

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

ReferenceCustomerId

Gets or sets the reference customer identifier.

Status

Gets or sets the order status.

TotalPrice

Gets or sets the total price for the order.

TransactionType

Gets or sets the transaction type.

Applies to