ServiceCostLineItem 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 a charge incurred by the partner per customer for a given subscription.
public class ServiceCostLineItem : Microsoft.Store.PartnerCenter.Models.ResourceBase
type ServiceCostLineItem = class
inherit ResourceBase
Public Class ServiceCostLineItem
Inherits ResourceBase
- Inheritance
Constructors
ServiceCostLineItem() |
Properties
AfterTaxTotal |
Gets or sets the total for this item inclusive of taxes. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
AvailabilityId |
Gets or sets the availability id. |
ChargeType |
Gets or sets the the charge type associated. |
CurrencyCode |
Gets or sets the currency code for the costs. |
CurrencySymbol |
Gets or sets the currency symbol for the costs. |
CustomerId |
Gets or sets the Customer Tenant ID. |
CustomerName |
Gets or sets the customer name. |
DiscountDetails |
Gets or sets the discount details. |
EndDate |
Gets or sets the end date for the charge. |
InvoiceNumber |
Gets or sets invoice number that this line item belongs to. |
OfferId |
Gets or sets the offer identifier. |
OfferName |
Gets or sets the offer name. |
OrderId |
Gets or sets the order identifier. |
PretaxTotal |
Gets or sets the total charge for this item before taxes. |
ProductId |
Gets or sets the product id. |
ProductName |
Gets or sets the product name. |
PublisherId |
Gets or sets the publisher id. |
PublisherName |
Gets or sets the publisher name. |
Quantity |
Gets or sets the quantity used or purchased. |
ResellerMPNId |
Gets or sets the ResellerMPNId. In 2-tier partner scenarios, this refers to the MPN identifier. |
SkuId |
Gets or sets the sku id. |
SkuName |
Gets or sets the sku name. |
StartDate |
Gets or sets the start date for the charge. |
SubscriptionFriendlyName |
Gets or sets the friendly name for the subscription. |
SubscriptionId |
Gets or sets the subscription identifier. |
Tax |
Gets or sets the tax incurred. |
TermAndBillingCycle |
Gets or sets the term and billing cycle. |
UnitPrice |
Gets or sets the price per unit. |