Uses of Class
com.microsoft.store.partnercenter.models.invoices.InvoiceLineItemType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.invoices | |
| com.microsoft.store.partnercenter.models.invoices |
-
Uses of InvoiceLineItemType in com.microsoft.store.partnercenter.invoices
Methods in com.microsoft.store.partnercenter.invoices with parameters of type InvoiceLineItemType Modifier and Type Method Description IInvoiceLineItemCollectionIInvoice. by(BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionIInvoice. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionIInvoice. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Creates an invoice line item collection operations given a billing provider and invoice line item type.IInvoiceLineItemCollectionInvoiceOperations. by(BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Creates an invoice line item collection operation given a billing provider and invoice line item type.IReconciliationLineItemCollectionInvoiceOperations. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionInvoiceOperations. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Creates an invoice line item collection operations given a billing provider and invoice line item type.Constructors in com.microsoft.store.partnercenter.invoices with parameters of type InvoiceLineItemType Constructor Description InvoiceLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Initializes a new instance of the InvoiceLineItemCollectionOperations class.ReconciliationLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Initializes a new instance of the ReconciliationLineItemCollectionOperations class.ReconciliationLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Initializes a new instance of the ReconciliationLineItemCollectionOperations class. -
Uses of InvoiceLineItemType in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return InvoiceLineItemType Modifier and Type Method Description InvoiceLineItemTypeDailyRatedUsageLineItem. getInvoiceLineItemType()Gets the type of the invoice line item.InvoiceLineItemTypeDailyUsageLineItem. getInvoiceLineItemType()Returns the type of invoice line itemInvoiceLineItemTypeInvoiceDetail. getInvoiceLineItemType()abstract InvoiceLineItemTypeInvoiceLineItem. getInvoiceLineItemType()Gets the type of invoice line item.InvoiceLineItemTypeLicenseBasedLineItem. getInvoiceLineItemType()Returns the type of invoice line itemInvoiceLineItemTypeOneTimeInvoiceLineItem. getInvoiceLineItemType()Gets the type of invoice line itemInvoiceLineItemTypeUsageBasedLineItem. getInvoiceLineItemType()Returns the type of invoice line itemstatic InvoiceLineItemTypeInvoiceLineItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoiceLineItemType[]InvoiceLineItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.invoices with parameters of type InvoiceLineItemType Modifier and Type Method Description voidInvoiceDetail. setInvoiceLineItemType(InvoiceLineItemType value)