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