net.authorize.api.controller
Class UpdateCustomerPaymentProfileController

java.lang.Object
  extended by net.authorize.api.controller.base.ApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>
      extended by net.authorize.api.controller.UpdateCustomerPaymentProfileController
All Implemented Interfaces:
IApiOperation<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>

public class UpdateCustomerPaymentProfileController
extends ApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>


Field Summary
 
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
 
Constructor Summary
UpdateCustomerPaymentProfileController(UpdateCustomerPaymentProfileRequest apiRequest)
           
 
Method Summary
protected  Class<UpdateCustomerPaymentProfileResponse> getResponseType()
           
protected  void validateRequest()
           
 
Methods inherited from class net.authorize.api.controller.base.ApiOperationBase
afterExecute, beforeExecute, execute, execute, executeWithApiResponse, executeWithApiResponse, getApiRequest, getApiResponse, getEnvironment, getErrorResponse, getMerchantAuthentication, getResultCode, getResults, setApiRequest, setEnvironment, setMerchantAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCustomerPaymentProfileController

public UpdateCustomerPaymentProfileController(UpdateCustomerPaymentProfileRequest apiRequest)
Method Detail

validateRequest

protected void validateRequest()
Specified by:
validateRequest in class ApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>

getResponseType

protected Class<UpdateCustomerPaymentProfileResponse> getResponseType()
Specified by:
getResponseType in class ApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>


Copyright © 2014. All Rights Reserved.