Uses of Class
com.adyen.model.capital.Status
-
Packages that use Status Package Description com.adyen.model.capital -
-
Uses of Status in com.adyen.model.capital
Methods in com.adyen.model.capital that return Status Modifier and Type Method Description StatusStatus. actions(List<Action> actions)A list of actions that need to be completed to proceed with the grant.StatusStatus. addActionsItem(Action actionsItem)StatusStatus. code(Status.CodeEnum code)The code for the status of the grant.static StatusStatus. fromJson(String jsonString)Create an instance of Status given an JSON stringStatusGrant. getStatus()Get statusStatusStatus. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.capital with parameters of type Status Modifier and Type Method Description voidGrant. setStatus(Status status)statusGrantGrant. status(Status status)status
-