Uses of Class
com.adyen.model.management.Payment
-
Packages that use Payment Package Description com.adyen.model.management -
-
Uses of Payment in com.adyen.model.management
Methods in com.adyen.model.management that return Payment Modifier and Type Method Description PaymentPayment. addHideMinorUnitsInCurrenciesItem(String hideMinorUnitsInCurrenciesItem)PaymentPayment. contactlessCurrency(String contactlessCurrency)The default currency for contactless payments on the payment terminal, as the three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.static PaymentPayment. fromJson(String jsonString)Create an instance of Payment given an JSON stringPaymentTerminalSettings. getPayment()paymentPaymentPayment. hideMinorUnitsInCurrencies(List<String> hideMinorUnitsInCurrencies)Hides the minor units for the listed [ISO currency codes](https://en.wikipedia.org/wiki/ISO_4217).Methods in com.adyen.model.management with parameters of type Payment Modifier and Type Method Description TerminalSettingsTerminalSettings. payment(Payment payment)paymentvoidTerminalSettings. setPayment(Payment payment)payment
-