IInvoice.By Method

Definition

Overloads

By(BillingProvider, InvoiceLineItemType)

Creates an invoice line item collection operations given a billing provider and invoice line item type.

By(String, String, String, String, Nullable<Int32>)

Creates an invoice line item collection operations given a billing provider and invoice line item type.

By(BillingProvider, InvoiceLineItemType)

Creates an invoice line item collection operations given a billing provider and invoice line item type.

public Microsoft.Store.PartnerCenter.Invoices.IInvoiceLineItemCollection By (Microsoft.Store.PartnerCenter.Models.Invoices.BillingProvider billingProvider, Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItemType invoiceLineItemType);
abstract member By : Microsoft.Store.PartnerCenter.Models.Invoices.BillingProvider * Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItemType -> Microsoft.Store.PartnerCenter.Invoices.IInvoiceLineItemCollection
Public Function By (billingProvider As BillingProvider, invoiceLineItemType As InvoiceLineItemType) As IInvoiceLineItemCollection

Parameters

billingProvider
BillingProvider

The billing provider.

invoiceLineItemType
InvoiceLineItemType

The invoice line item type.

Returns

The invoice line item collection operations.

Applies to

By(String, String, String, String, Nullable<Int32>)

Creates an invoice line item collection operations given a billing provider and invoice line item type.

public Microsoft.Store.PartnerCenter.Invoices.IReconciliationLineItemCollection By (string provider, string invoiceLineItemType, string currencyCode, string period, int? size);
abstract member By : string * string * string * string * Nullable<int> -> Microsoft.Store.PartnerCenter.Invoices.IReconciliationLineItemCollection
Public Function By (provider As String, invoiceLineItemType As String, currencyCode As String, period As String, size As Nullable(Of Integer)) As IReconciliationLineItemCollection

Parameters

provider
String

The provider type. example: All, Marketplace.

invoiceLineItemType
String

The invoice line item. example: BillingLineItems, UsageLineItems.

currencyCode
String

The currency code.

period
String

The period for unbilled reconciliation. example: current, previous.

size
Nullable<Int32>

The page size.

Returns

The reconciliation line item collection operations.

Applies to