Package net.authorize.api.controller
Class UpdateCustomerPaymentProfileController
- java.lang.Object
-
- net.authorize.api.controller.base.ApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>
-
- 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
Constructors Constructor Description UpdateCustomerPaymentProfileController(UpdateCustomerPaymentProfileRequest apiRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getClientId, getEnvironment, getErrorResponse, getMerchantAuthentication, getResultCode, getResults, setApiRequest, setClientId, setEnvironment, setMerchantAuthentication
-
-
-
-
Constructor Detail
-
UpdateCustomerPaymentProfileController
public UpdateCustomerPaymentProfileController(UpdateCustomerPaymentProfileRequest apiRequest)
-
-
Method Detail
-
validateRequest
protected void validateRequest()
- Specified by:
validateRequest
in classApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>
-
getResponseType
protected Class<UpdateCustomerPaymentProfileResponse> getResponseType()
- Specified by:
getResponseType
in classApiOperationBase<UpdateCustomerPaymentProfileRequest,UpdateCustomerPaymentProfileResponse>
-
-