Uses of Class
com.adyen.model.checkout.EBankingFinlandDetails
-
Packages that use EBankingFinlandDetails Package Description com.adyen.model.checkout -
-
Uses of EBankingFinlandDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return EBankingFinlandDetails Modifier and Type Method Description EBankingFinlandDetailsEBankingFinlandDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static EBankingFinlandDetailsEBankingFinlandDetails. fromJson(String jsonString)Create an instance of EBankingFinlandDetails given an JSON stringEBankingFinlandDetailsCheckoutPaymentMethod. getEBankingFinlandDetails()Get the actual instance of `EBankingFinlandDetails`.EBankingFinlandDetailsEBankingFinlandDetails. issuer(String issuer)The Ebanking Finland issuer value of the shopper's selected bank.EBankingFinlandDetailsEBankingFinlandDetails. type(EBankingFinlandDetails.TypeEnum type)**ebanking_FI**Constructors in com.adyen.model.checkout with parameters of type EBankingFinlandDetails Constructor Description CheckoutPaymentMethod(EBankingFinlandDetails o)
-