Uses of Class
com.adyen.model.balanceplatform.GrantLimit
-
Packages that use GrantLimit Package Description com.adyen.model.balanceplatform -
-
Uses of GrantLimit in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform that return types with arguments of type GrantLimit Modifier and Type Method Description List<GrantLimit>CapitalGrantAccount. getLimits()The limits of the grant account.Methods in com.adyen.model.balanceplatform with parameters of type GrantLimit Modifier and Type Method Description CapitalGrantAccountCapitalGrantAccount. addLimitsItem(GrantLimit limitsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type GrantLimit Modifier and Type Method Description CapitalGrantAccountCapitalGrantAccount. limits(List<GrantLimit> limits)The limits of the grant account.voidCapitalGrantAccount. setLimits(List<GrantLimit> limits)The limits of the grant account.
-