Package net.authorize.api.controller
Class CreateCustomerPaymentProfileController
- java.lang.Object
-
- net.authorize.api.controller.base.ApiOperationBase<CreateCustomerPaymentProfileRequest,CreateCustomerPaymentProfileResponse>
-
- net.authorize.api.controller.CreateCustomerPaymentProfileController
-
- All Implemented Interfaces:
IApiOperation<CreateCustomerPaymentProfileRequest,CreateCustomerPaymentProfileResponse>
public class CreateCustomerPaymentProfileController extends ApiOperationBase<CreateCustomerPaymentProfileRequest,CreateCustomerPaymentProfileResponse>
-
-
Field Summary
-
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerPaymentProfileController(CreateCustomerPaymentProfileRequest apiRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<CreateCustomerPaymentProfileResponse>
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
-
CreateCustomerPaymentProfileController
public CreateCustomerPaymentProfileController(CreateCustomerPaymentProfileRequest apiRequest)
-
-
Method Detail
-
validateRequest
protected void validateRequest()
- Specified by:
validateRequest
in classApiOperationBase<CreateCustomerPaymentProfileRequest,CreateCustomerPaymentProfileResponse>
-
getResponseType
protected Class<CreateCustomerPaymentProfileResponse> getResponseType()
- Specified by:
getResponseType
in classApiOperationBase<CreateCustomerPaymentProfileRequest,CreateCustomerPaymentProfileResponse>
-
-