ITransactionsOperations Interface

Definition

TransactionsOperations operations.

public interface ITransactionsOperations
type ITransactionsOperations = interface
Public Interface ITransactionsOperations

Methods

ListByInvoiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

Extension Methods

ListByInvoice(ITransactionsOperations, String, String)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceAsync(ITransactionsOperations, String, String, CancellationToken)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceNext(ITransactionsOperations, String)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceNextAsync(ITransactionsOperations, String, CancellationToken)

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/

Applies to