Exemple #1
0
 public System.Threading.Tasks.Task <ZarniPal.RefreshAuthorityResponse> RefreshAuthorityAsync(string MerchantID, string Authority, int ExpireIn)
 {
     ZarniPal.RefreshAuthorityRequest inValue = new ZarniPal.RefreshAuthorityRequest();
     inValue.Body            = new ZarniPal.RefreshAuthorityRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.ExpireIn   = ExpireIn;
     return(((ZarniPal.PaymentGatewayImplementationServicePortType)(this)).RefreshAuthorityAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <ZarniPal.RefreshAuthorityResponse> ZarniPal.PaymentGatewayImplementationServicePortType.RefreshAuthorityAsync(ZarniPal.RefreshAuthorityRequest request)
 {
     return(base.Channel.RefreshAuthorityAsync(request));
 }