InvoiceLineItemType Enum

Definition

Lists invoice line item types.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum InvoiceLineItemType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type InvoiceLineItemType = 
Public Enum InvoiceLineItemType
Inheritance
InvoiceLineItemType
Attributes

Fields

BillingLineItems 2

Billing line items associated with an invoice. Contains information such as cost per use, tax charged, etc.

None 0

Default value.

UsageLineItems 1

Daily usage information associated with an invoice. This information does not contain data about cost per use.

Applies to