Uses of Class
com.adyen.model.capital.Fee
-
Packages that use Fee Package Description com.adyen.model.capital -
-
Uses of Fee in com.adyen.model.capital
Methods in com.adyen.model.capital 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 stringFeeDisbursement. getFee()Get feeFeeFee. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.capital with parameters of type Fee Modifier and Type Method Description DisbursementDisbursement. fee(Fee fee)feevoidDisbursement. setFee(Fee fee)fee
-