/// <summary>
 /// Lists the transactions by customer id for given start date and end date.
 /// <see href="https://docs.microsoft.com/en-us/rest/api/consumption/" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <Transaction> ListByCustomerNext(this ITransactionsOperations operations, string nextPageLink)
 {
     return(operations.ListByCustomerNextAsync(nextPageLink).GetAwaiter().GetResult());
 }