Uses of Class
com.adyen.model.capital.Action
-
Packages that use Action Package Description com.adyen.model.capital -
-
Uses of Action in com.adyen.model.capital
Methods in com.adyen.model.capital that return Action Modifier and Type Method Description ActionAction. actionCode(String actionCode)The code identifying the action that needs to be completed.static ActionAction. fromJson(String jsonString)Create an instance of Action given an JSON stringActionAction. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ActionAction. resolved(Boolean resolved)Indicates whether this action has been successfully completed.Methods in com.adyen.model.capital that return types with arguments of type Action Modifier and Type Method Description List<Action>Status. getActions()A list of actions that need to be completed to proceed with the grant.Methods in com.adyen.model.capital with parameters of type Action Modifier and Type Method Description StatusStatus. addActionsItem(Action actionsItem)Method parameters in com.adyen.model.capital with type arguments of type Action Modifier and Type Method Description StatusStatus. actions(List<Action> actions)A list of actions that need to be completed to proceed with the grant.voidStatus. setActions(List<Action> actions)A list of actions that need to be completed to proceed with the grant.
-