IInvoiceCollection.ById(String) Method

Definition

Gets a single invoice operations.

public Microsoft.Store.PartnerCenter.Invoices.IInvoice ById (string invoiceId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Invoices.IInvoice
Public Function ById (invoiceId As String) As IInvoice

Parameters

invoiceId
String

The invoice id.

Returns

The invoice operations.

Implements

Applies to