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