/// <summary>
 /// Gets the marketplace charges for the provided billing period.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='enrollmentNumber'>
 /// The enrollment number
 /// </param>
 /// <param name='billingPeriod'>
 /// The billing period id
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <MarketplacePropertiesV3> > GetMarketplaces2Async(this IMarketplacesV3 operations, string enrollmentNumber, string billingPeriod, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetMarketplaces2WithHttpMessagesAsync(enrollmentNumber, billingPeriod, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }