public FortePaymethod() { echeck = new ForteEcheck(); card = new ForteCard(); links = new ForteLinks(); response = new ForteResponse(); }
public ForteSchedule() { schedule_summary = new ForteSummary(); xdata = new ForteXData(); links = new ForteLinks(); response = new ForteResponse(); }
public ForteCustomer() { paymethod = new FortePaymethod(); addresses = new List <ForteAddress>(); response = new ForteResponse(); links = new ForteLinks(); }
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(); }
public ForteScheduleItem() { links = new ForteLinks(); response = new ForteResponse(); }
public ForteAddress() { physical_address = new FortePhysicalAddress(); links = new ForteLinks(); response = new ForteResponse(); }
public ForteListResult() { search_criteria = new ForteSearchCriteria(); response = new ForteResponse(); links = new ForteLinks(); }