예제 #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[] getSubscriptions(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, OpenMateNET.Lib.ProcessSubscriptionService.transactionType transactionType)
 {
     OpenMateNET.Lib.ProcessSubscriptionService.getSubscriptionsRequest inValue = new OpenMateNET.Lib.ProcessSubscriptionService.getSubscriptionsRequest();
     inValue.authenticationToken = authenticationToken;
     inValue.thirdPartyId        = thirdPartyId;
     inValue.transactionType     = transactionType;
     OpenMateNET.Lib.ProcessSubscriptionService.getSubscriptionsResponse retVal = ((OpenMateNET.Lib.ProcessSubscriptionService.ProcessSubscription)(this)).getSubscriptions(inValue);
     return(retVal.@return);
 }
예제 #4
0
 public getSubscriptionsRequest(OpenMateNET.Lib.ProcessSubscriptionService.authenticationToken authenticationToken, int thirdPartyId, OpenMateNET.Lib.ProcessSubscriptionService.transactionType transactionType)
 {
     this.authenticationToken = authenticationToken;
     this.thirdPartyId        = thirdPartyId;
     this.transactionType     = transactionType;
 }