Exemplo n.º 1
0
 public RapiRequest()
 {
     Verification  = new Verification();
     ReportRequest = new ReportRequest();
 }
Exemplo n.º 2
0
 public RapiRequest(string merchantId, string merchantKey)
 {
     Verification  = new Verification(merchantId, merchantKey);
     ReportRequest = new ReportRequest();
 }