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