Uses of Class
com.adyen.model.checkout.Card
-
Packages that use Card Package Description com.adyen.model.checkout -
-
Uses of Card in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Card Modifier and Type Method Description CardCard. cvc(String cvc)CardCard. expiryMonth(String expiryMonth)CardCard. expiryYear(String expiryYear)static CardCard. fromJson(String jsonString)Create an instance of Card given an JSON stringCardStoredDetails. getCard()Get cardCardCard. holderName(String holderName)CardCard. issueNumber(String issueNumber)CardCard. number(String number)CardCard. startMonth(String startMonth)CardCard. startYear(String startYear)Methods in com.adyen.model.checkout with parameters of type Card Modifier and Type Method Description StoredDetailsStoredDetails. card(Card card)voidStoredDetails. setCard(Card card)card
-