Exemple #1
0
 public string Find(string withdrawalId)
 {
     SetUrl(Methods.Find, withdrawalId);
     return(Service.Get());
 }
Exemple #2
0
 public string Find(string eventId)
 {
     SetUrl(Methods.Find, eventId);
     return(Service.Get());
 }
Exemple #3
0
 public string Find(string planId)
 {
     SetUrl(Methods.Find, planId);
     return(Service.Get());
 }
Exemple #4
0
 public string Find(string transactionId)
 {
     SetUrl(Methods.Find, transactionId);
     return(Service.Get());
 }
Exemple #5
0
 public string Find(string customerId, string cardId)
 {
     SetUrl(Methods.Find, customerId, cardId);
     return(Service.Get());
 }
Exemple #6
0
 public string Find(string subscriptionId)
 {
     SetUrl(Methods.Find, subscriptionId);
     return(Service.Get());
 }