Uses of Class
com.adyen.model.nexo.PaymentToken
-
Packages that use PaymentToken Package Description com.adyen.model.nexo -
-
Uses of PaymentToken in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentToken Modifier and Type Field Description protected PaymentTokenCardData. paymentTokenThe Payment token.Methods in com.adyen.model.nexo that return PaymentToken Modifier and Type Method Description PaymentTokenObjectFactory. createPaymentToken()Create an instance ofPaymentTokenPaymentTokenCardData. getPaymentToken()Gets the value of the paymentToken property.Methods in com.adyen.model.nexo with parameters of type PaymentToken Modifier and Type Method Description voidCardData. setPaymentToken(PaymentToken value)Sets the value of the paymentToken property.
-