Example #1
0
 public ForteTransaction()
 {
     line_items = new ForteLineItems();
     xdata = new ForteXData();
     links = new ForteLinks();
     response = new ForteResponse();
 }
Example #2
0
 public ForteTransaction()
 {
     line_items = new ForteLineItems();
     xdata      = new ForteXData();
     links      = new ForteLinks();
     response   = new ForteResponse();
 }