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