InvoiceLineItem 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 line item on an invoice.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.InvoiceLineItemConverter))]
public abstract class InvoiceLineItem : Microsoft.Store.PartnerCenter.Models.ResourceBase
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.InvoiceLineItemConverter))>]
type InvoiceLineItem = class
inherit ResourceBase
Public MustInherit Class InvoiceLineItem
Inherits ResourceBase
- Inheritance
- Derived
- Attributes
Constructors
InvoiceLineItem() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingProvider |
Gets the billing provider. |
InvoiceLineItemType |
Gets the type of invoice line item. |