Beispiel #1
0
 public OnlinePayment.MabnaCardTokenService.tokenResponse reservation(OnlinePayment.MabnaCardTokenService.tokenDTO Token_param)
 {
     OnlinePayment.MabnaCardTokenService.reservationRequest inValue = new OnlinePayment.MabnaCardTokenService.reservationRequest();
     inValue.Token_param = Token_param;
     OnlinePayment.MabnaCardTokenService.reservationResponse retVal = ((OnlinePayment.MabnaCardTokenService.TokenService)(this)).reservation(inValue);
     return(retVal.@return);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <OnlinePayment.MabnaCardTokenService.reservationResponse> reservationAsync(OnlinePayment.MabnaCardTokenService.tokenDTO Token_param)
 {
     OnlinePayment.MabnaCardTokenService.reservationRequest inValue = new OnlinePayment.MabnaCardTokenService.reservationRequest();
     inValue.Token_param = Token_param;
     return(((OnlinePayment.MabnaCardTokenService.TokenService)(this)).reservationAsync(inValue));
 }
Beispiel #3
0
 public reservationRequest(OnlinePayment.MabnaCardTokenService.tokenDTO Token_param)
 {
     this.Token_param = Token_param;
 }