Ejemplo n.º 1
0
 public ProductItemRequest()
 {
     this.MeteredPriceList = new ProductMeteredPriceRequestList();
     this.Children = new ProductItemRequestList();
 }
Ejemplo n.º 2
0
 public PricingPlanRequest()
 {
     this.PaymentScheduleList = new ProductPricingPlanPaymentScheduleRequestList();
     this.ProductItemsList = new ProductItemRequestList();
 }