예제 #1
0
 public string Find(string withdrawalId)
 {
     SetUrl(Methods.Find, withdrawalId);
     return(Service.Get());
 }
예제 #2
0
파일: Event.cs 프로젝트: gio-ia/testqvo
 public string Find(string eventId)
 {
     SetUrl(Methods.Find, eventId);
     return(Service.Get());
 }
예제 #3
0
파일: Plan.cs 프로젝트: gio-ia/testqvo
 public string Find(string planId)
 {
     SetUrl(Methods.Find, planId);
     return(Service.Get());
 }
예제 #4
0
 public string Find(string transactionId)
 {
     SetUrl(Methods.Find, transactionId);
     return(Service.Get());
 }
예제 #5
0
 public string Find(string customerId, string cardId)
 {
     SetUrl(Methods.Find, customerId, cardId);
     return(Service.Get());
 }
예제 #6
0
 public string Find(string subscriptionId)
 {
     SetUrl(Methods.Find, subscriptionId);
     return(Service.Get());
 }