IInvoiceCollection.ById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.