Uses of Class
com.adyen.model.capital.GrantOfferFee
-
Packages that use GrantOfferFee Package Description com.adyen.model.capital -
-
Uses of GrantOfferFee in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantOfferFee Modifier and Type Method Description GrantOfferFeeGrantOfferFee. amount(Amount amount)amountGrantOfferFeeGrantOfferFee. aprBasisPoints(Integer aprBasisPoints)Annual Percentage Rate (APR) of the offer.static GrantOfferFeeGrantOfferFee. fromJson(String jsonString)Create an instance of GrantOfferFee given an JSON stringGrantOfferFeeGrantOffer. getFee()Get feeGrantOfferFeeGrantOfferFee. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.capital with parameters of type GrantOfferFee Modifier and Type Method Description GrantOfferGrantOffer. fee(GrantOfferFee fee)feevoidGrantOffer. setFee(GrantOfferFee fee)fee
-