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