Пример #1
0
 public FortePaymethod()
 {
     echeck   = new ForteEcheck();
     card     = new ForteCard();
     links    = new ForteLinks();
     response = new ForteResponse();
 }
Пример #2
0
 public ForteSchedule()
 {
     schedule_summary = new ForteSummary();
     xdata            = new ForteXData();
     links            = new ForteLinks();
     response         = new ForteResponse();
 }
Пример #3
0
 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();
 }
Пример #5
0
 public ForteScheduleItem()
 {
     links    = new ForteLinks();
     response = new ForteResponse();
 }
Пример #6
0
 public ForteAddress()
 {
     physical_address = new FortePhysicalAddress();
     links            = new ForteLinks();
     response         = new ForteResponse();
 }
Пример #7
0
 public ForteListResult()
 {
     search_criteria = new ForteSearchCriteria();
     response        = new ForteResponse();
     links           = new ForteLinks();
 }