LicenseBasedLineItem 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.
Represents an invoice billing line item for licensed based subscriptions.
public sealed class LicenseBasedLineItem : Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem
type LicenseBasedLineItem = class
inherit InvoiceLineItem
Public NotInheritable Class LicenseBasedLineItem
Inherits InvoiceLineItem
- Inheritance
Constructors
LicenseBasedLineItem() |
Properties
Amount |
Gets or sets the total amount. Total amount = unit price * quantity. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingCycleType |
Gets or sets the billing cycle type. |
BillingProvider |
Gets the billing provider. |
ChargeEndDate |
Gets or sets the end date for the charge. |
ChargeStartDate |
Gets or sets the start date for the charge. |
ChargeType |
Gets or sets the type of charge. |
Currency |
Gets or sets the currency used for this line item. |
CustomerId |
Gets or sets the customer's azure active directory tenant Id. |
CustomerName |
Gets or sets the customer name. |
DomainName |
Gets or sets domain name. |
DurableOfferId |
Gets or sets the durable offer unique identifier. |
InvoiceLineItemType |
Gets the type of invoice line item. |
MpnId |
Gets or sets the MPN Id associated to this line item. For direct resellers, this is the MPN Id of the reseller. For indirect resellers, this is the MPN Id of the VAR (Value Added Reseller). |
OfferId |
Gets or sets the offer unique identifier. |
OfferName |
Gets or sets the offer name. |
OrderId |
Gets or sets the order unique identifier. |
PartnerId |
Gets or sets the partner azure active directory tenant Id. |
Quantity |
Gets or sets the number of units associated with this line item. |
SubscriptionDescription |
Gets or sets the subscription description. |
SubscriptionEndDate |
Gets or sets the date when subscription expires. |
SubscriptionId |
Gets or sets the subscription unique identifier. |
SubscriptionName |
Gets or sets the subscription name. |
SubscriptionStartDate |
Gets or sets the date when subscription starts. |
Subtotal |
Gets or sets the amount after discount. |
SyndicationPartnerSubscriptionNumber |
Gets or sets the syndication partner subscription number. |
Tax |
Gets or sets the taxes charged. |
Tier2MpnId |
Gets or sets the MPN Id of the Tier 2 partner associated to this line item. |
TotalForCustomer |
Gets or sets the total amount after discount and tax. |
TotalOtherDiscount |
Gets or sets the discount associated with this purchase. |
UnitPrice |
Gets or sets the unit price. |