Uses of Class
com.adyen.model.balanceplatform.Fee
-
Packages that use Fee Package Description com.adyen.model.balanceplatform -
-
Uses of Fee in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Fee Modifier and Type Method Description FeeFee. amount(Amount amount)amountstatic FeeFee. fromJson(String jsonString)Create an instance of Fee given an JSON stringFeeGrantOffer. getFee()Get feeFeeFee. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.balanceplatform with parameters of type Fee Modifier and Type Method Description GrantOfferGrantOffer. fee(Fee fee)feevoidGrantOffer. setFee(Fee fee)fee
-