Jezik

InvoiceLineItem Class

Definition

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
InvoiceLineItem
Derived
Attributes

Constructors

Name Description
InvoiceLineItem()

Properties

Name Description
Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingProvider

Gets the billing provider.

InvoiceLineItemType

Gets the type of invoice line item.

Applies to