/// <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>
 public static IList <MarketplacePropertiesV3> GetMarketplaces2(this IMarketplacesV3 operations, string enrollmentNumber, string billingPeriod)
 {
     return(operations.GetMarketplaces2Async(enrollmentNumber, billingPeriod).GetAwaiter().GetResult());
 }