Compartir a través de


IReceiptCollection.Item[String] Property

Definition

Gets a specific Invoice receipt behavior.

public Microsoft.Store.PartnerCenter.Invoices.IReceipt this[string receiptId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Invoices.IReceipt
Default Public ReadOnly Property Item(receiptId As String) As IReceipt

Parameters

receiptId
String

The receipt Id.

Property Value

Invoice receipt operations.

Implements

Applies to