Uses of Class
com.adyen.model.capital.Status.CodeEnum
-
Packages that use Status.CodeEnum Package Description com.adyen.model.capital -
-
Uses of Status.CodeEnum in com.adyen.model.capital
Methods in com.adyen.model.capital that return Status.CodeEnum Modifier and Type Method Description static Status.CodeEnumStatus.CodeEnum. fromValue(String value)Status.CodeEnumStatus. getCode()The code for the status of the grant.static Status.CodeEnumStatus.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.CodeEnum[]Status.CodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.capital with parameters of type Status.CodeEnum Modifier and Type Method Description StatusStatus. code(Status.CodeEnum code)The code for the status of the grant.voidStatus. setCode(Status.CodeEnum code)The code for the status of the grant.
-