예제 #1
0
 public unSubscribeRequest(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int dealerEndpointId, int thirdPartyId, OpenMateNET.Lib.ProcessSubscriptionService.transactionType transactionType)
 {
     this.authenticationToken = authenticationToken;
     this.dealerEndpointId    = dealerEndpointId;
     this.thirdPartyId        = thirdPartyId;
     this.transactionType     = transactionType;
 }
예제 #2
0
 public OpenMateNET.Lib.ProcessSubscriptionService.subscriptionResult unSubscribe(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int dealerEndpointId, int thirdPartyId, OpenMateNET.Lib.ProcessSubscriptionService.transactionType transactionType)
 {
     OpenMateNET.Lib.ProcessSubscriptionService.unSubscribeRequest inValue = new OpenMateNET.Lib.ProcessSubscriptionService.unSubscribeRequest();
     inValue.authenticationToken = authenticationToken;
     inValue.dealerEndpointId    = dealerEndpointId;
     inValue.thirdPartyId        = thirdPartyId;
     inValue.transactionType     = transactionType;
     OpenMateNET.Lib.ProcessSubscriptionService.unSubscribeResponse retVal = ((OpenMateNET.Lib.ProcessSubscriptionService.ProcessSubscription)(this)).unSubscribe(inValue);
     return(retVal.@return);
 }
예제 #3
0
 public OpenMateNET.Lib.ProcessSubscriptionService.subscription[] getEndpointSubscriptions(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, int endpointId)
 {
     OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsRequest inValue = new OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsRequest();
     inValue.authenticationToken = authenticationToken;
     inValue.thirdPartyId        = thirdPartyId;
     inValue.endpointId          = endpointId;
     OpenMateNET.Lib.ProcessSubscriptionService.getEndpointSubscriptionsResponse retVal = ((OpenMateNET.Lib.ProcessSubscriptionService.ProcessSubscription)(this)).getEndpointSubscriptions(inValue);
     return(retVal.@return);
 }
예제 #4
0
 public getEndpointSubscriptionsRequest(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, int endpointId)
 {
     this.authenticationToken = authenticationToken;
     this.thirdPartyId        = thirdPartyId;
     this.endpointId          = endpointId;
 }
예제 #5
0
 public getSubscriptionsRequest(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, OpenMateNET.Lib.ProcessSubscriptionService.transactionType transactionType)
 {
     this.authenticationToken = authenticationToken;
     this.thirdPartyId        = thirdPartyId;
     this.transactionType     = transactionType;
 }