Ejemplo n.º 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);
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <OnlinePayment.MabnaCardTokenService.reservationResponse> OnlinePayment.MabnaCardTokenService.TokenService.reservationAsync(OnlinePayment.MabnaCardTokenService.reservationRequest request)
 {
     return(base.Channel.reservationAsync(request));
 }
Ejemplo n.º 4
0
 OnlinePayment.MabnaCardTokenService.reservationResponse OnlinePayment.MabnaCardTokenService.TokenService.reservation(OnlinePayment.MabnaCardTokenService.reservationRequest request)
 {
     return(base.Channel.reservation(request));
 }