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