예제 #1
0
 public ChargebackDocumentationRequest(Communication comm)
 {
     _communication = comm;
 }
예제 #2
0
 public ChargebackDocumentationRequest()
 {
     _communication = new Communication();
 }