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