Exemplo n.º 1
0
 public PricingPlanResponse()
 {
     this.PaymentScheduleList = new ProductPricingPlanPaymentScheduleResponseList();
     this.ProductItemsList = new ProductItemResponseList();
 }
Exemplo n.º 2
0
 public ProductItemResponse()
 {
     this.MeteredPriceList = new ProductMeteredPriceResponseList();
     this.Children = new ProductItemResponseList();
 }