Uses of Class
com.adyen.model.capital.GrantLimit
-
Packages that use GrantLimit Package Description com.adyen.model.capital -
-
Uses of GrantLimit in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantLimit Modifier and Type Method Description GrantLimitGrantLimit. amount(Amount amount)amountstatic GrantLimitGrantLimit. fromJson(String jsonString)Create an instance of GrantLimit given an JSON stringGrantLimitGrantLimit. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.capital that return types with arguments of type GrantLimit Modifier and Type Method Description List<GrantLimit>GrantAccount. getLimits()Contains the maximum amount of funds that you can disburse for grants.Methods in com.adyen.model.capital with parameters of type GrantLimit Modifier and Type Method Description GrantAccountGrantAccount. addLimitsItem(GrantLimit limitsItem)Method parameters in com.adyen.model.capital with type arguments of type GrantLimit Modifier and Type Method Description GrantAccountGrantAccount. limits(List<GrantLimit> limits)Contains the maximum amount of funds that you can disburse for grants.voidGrantAccount. setLimits(List<GrantLimit> limits)Contains the maximum amount of funds that you can disburse for grants.
-