public ForteSchedule() { schedule_summary = new ForteSummary(); xdata = new ForteXData(); links = new ForteLinks(); response = new ForteResponse(); }
public ForteTransaction() { billing_address = new ForteAddress(); shipping_address = new ForteAddress(); card = new ForteCard(); echeck = new ForteEcheck(); line_items = new ForteLineItems(); xdata = new ForteXData(); links = new ForteLinks(); response = new ForteResponse(); }