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