言語

IInvoice.By メソッド

定義

オーバーロード

名前 説明
By(BillingProvider, InvoiceLineItemType)

請求提供者と請求書項目タイプを与えた請求書項目の回収作業を作成します。

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

請求提供者と請求書項目タイプを与えた請求書項目の回収作業を作成します。

By(BillingProvider, InvoiceLineItemType)

請求提供者と請求書項目タイプを与えた請求書項目の回収作業を作成します。

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

パラメーター

billingProvider
BillingProvider

請求提供者です。

invoiceLineItemType
InvoiceLineItemType

請求書の項目の種類です。

返品

請求書項目の回収業務。

適用対象

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

請求提供者と請求書項目タイプを与えた請求書項目の回収作業を作成します。

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

パラメーター

provider
String

プロバイダーの種類。 例:All、Marketplace。

invoiceLineItemType
String

請求書の項目です。 例:BillingLineItems、UsageLineItems。

currencyCode
String

通貨コード。

period
String

未請求の照合期間。 例: current、previous。

size
Nullable<Int32>

ページ サイズ。

返品

照合項目の収集操作。

適用対象