Uses of Class
com.adyen.model.tapi.EnableServiceRequest
-
Packages that use EnableServiceRequest Package Description com.adyen.model.tapi -
-
Uses of EnableServiceRequest in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return EnableServiceRequest Modifier and Type Method Description EnableServiceRequestEnableServiceRequest. addServicesEnabledItem(EnableServiceRequest.ServicesEnabledEnum servicesEnabledItem)EnableServiceRequestEnableServiceRequest. displayOutput(DisplayOutput displayOutput)displayOutputstatic EnableServiceRequestEnableServiceRequest. fromJson(String jsonString)Create an instance of EnableServiceRequest given an JSON stringEnableServiceRequestSaleToPOIRequest. getEnableServiceRequest()Get enableServiceRequestEnableServiceRequestEnableServiceRequest. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.EnableServiceRequestEnableServiceRequest. servicesEnabled(List<EnableServiceRequest.ServicesEnabledEnum> servicesEnabled)Services which are enabled before the start-up of a transaction.EnableServiceRequestEnableServiceRequest. transactionAction(TransactionAction transactionAction)transactionActionMethods in com.adyen.model.tapi with parameters of type EnableServiceRequest Modifier and Type Method Description SaleToPOIRequestSaleToPOIRequest. enableServiceRequest(EnableServiceRequest enableServiceRequest)enableServiceRequestvoidSaleToPOIRequest. setEnableServiceRequest(EnableServiceRequest enableServiceRequest)enableServiceRequest
-