Sprache

IInvoice.By Methode

Definition

Überlädt

Name Beschreibung
By(BillingProvider, InvoiceLineItemType)

Erstellt eine Rechnungszeilensammlung mit einem Abrechnungsanbieter und einem Rechnungspostentyp.

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

Erstellt eine Rechnungszeilensammlung mit einem Abrechnungsanbieter und einem Rechnungspostentyp.

By(BillingProvider, InvoiceLineItemType)

Erstellt eine Rechnungszeilensammlung mit einem Abrechnungsanbieter und einem Rechnungspostentyp.

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

Parameter

billingProvider
BillingProvider

Der Abrechnungsanbieter.

invoiceLineItemType
InvoiceLineItemType

Der Typ der Rechnungsposten.

Gibt zurück

Die Rechnungsposten-Inkasso-Operationen.

Gilt für:

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

Erstellt eine Rechnungszeilensammlung mit einem Abrechnungsanbieter und einem Rechnungspostentyp.

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

Parameter

provider
String

Der Anbietertyp. Beispiel: Alles, Marktplatz.

invoiceLineItemType
String

Der Rechnungsposten. Beispiel: BillingLineItems, UsageLineItems.

currencyCode
String

Der Währungscode.

period
String

Die Periode für die nicht abgestellte Versöhnung. Beispiel: current, previous.

size
Nullable<Int32>

Die Seitengröße.

Gibt zurück

Die Abstimmungsprozesse für die Sammlung von Artikeln.

Gilt für: