Uses of Class
com.adyen.model.checkout.Surcharge
-
Packages that use Surcharge Package Description com.adyen.model.checkout -
-
Uses of Surcharge in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Surcharge Modifier and Type Method Description static SurchargeSurcharge. fromJson(String jsonString)Create an instance of Surcharge given an JSON stringSurchargePaymentRequest. getSurcharge()Get surchargeSurchargeSurcharge. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SurchargeSurcharge. value(Long value)The [surcharge](https://docs.adyen.com/online-payments/surcharge/) amount to apply to the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).Methods in com.adyen.model.checkout with parameters of type Surcharge Modifier and Type Method Description voidPaymentRequest. setSurcharge(Surcharge surcharge)surchargePaymentRequestPaymentRequest. surcharge(Surcharge surcharge)surcharge
-