public PricingPlanResponse()
 {
     this.PaymentScheduleList = new ProductPricingPlanPaymentScheduleResponseList();
     this.ProductItemsList = new ProductItemResponseList();
 }
 public ProductItemResponse()
 {
     this.MeteredPriceList = new ProductMeteredPriceResponseList();
     this.Children = new ProductItemResponseList();
 }