Esempio n. 1
0
 public System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.RefreshAuthorityResponse> RefreshAuthorityAsync(string MerchantID, string Authority, int ExpireIn)
 {
     App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest inValue = new App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.ExpireIn   = ExpireIn;
     return(((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).RefreshAuthorityAsync(inValue));
 }
Esempio n. 2
0
 public int RefreshAuthority(string MerchantID, string Authority, int ExpireIn)
 {
     App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest inValue = new App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.ExpireIn   = ExpireIn;
     App_QuiBids.ServiceZarinPalTest.RefreshAuthorityResponse retVal = ((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).RefreshAuthority(inValue);
     return(retVal.Body.Status);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.RefreshAuthorityResponse> App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.RefreshAuthorityAsync(App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest request)
 {
     return(base.Channel.RefreshAuthorityAsync(request));
 }
Esempio n. 4
0
 App_QuiBids.ServiceZarinPalTest.RefreshAuthorityResponse App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.RefreshAuthority(App_QuiBids.ServiceZarinPalTest.RefreshAuthorityRequest request)
 {
     return(base.Channel.RefreshAuthority(request));
 }