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