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