net.authorize.api.controller
Class ValidateCustomerPaymentProfileController

java.lang.Object
  extended by net.authorize.api.controller.base.ApiOperationBase<ValidateCustomerPaymentProfileRequest,ValidateCustomerPaymentProfileResponse>
      extended by net.authorize.api.controller.ValidateCustomerPaymentProfileController
All Implemented Interfaces:
IApiOperation<ValidateCustomerPaymentProfileRequest,ValidateCustomerPaymentProfileResponse>

public class ValidateCustomerPaymentProfileController
extends ApiOperationBase<ValidateCustomerPaymentProfileRequest,ValidateCustomerPaymentProfileResponse>


Field Summary
 
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
 
Constructor Summary
ValidateCustomerPaymentProfileController(ValidateCustomerPaymentProfileRequest apiRequest)
           
 
Method Summary
protected  Class<ValidateCustomerPaymentProfileResponse> 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

ValidateCustomerPaymentProfileController

public ValidateCustomerPaymentProfileController(ValidateCustomerPaymentProfileRequest apiRequest)
Method Detail

validateRequest

protected void validateRequest()
Specified by:
validateRequest in class ApiOperationBase<ValidateCustomerPaymentProfileRequest,ValidateCustomerPaymentProfileResponse>

getResponseType

protected Class<ValidateCustomerPaymentProfileResponse> getResponseType()
Specified by:
getResponseType in class ApiOperationBase<ValidateCustomerPaymentProfileRequest,ValidateCustomerPaymentProfileResponse>


Copyright © 2014. All Rights Reserved.