Uses of Class
com.adyen.model.transferwebhooks.CardIdentification
-
Packages that use CardIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of CardIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return CardIdentification Modifier and Type Method Description CardIdentificationCardIdentification. expiryMonth(String expiryMonth)CardIdentificationCardIdentification. expiryYear(String expiryYear)static CardIdentificationCardIdentification. fromJson(String jsonString)Create an instance of CardIdentification given an JSON stringCardIdentificationCard. getCardIdentification()Get cardIdentificationCardIdentificationCardIdentification. issueNumber(String issueNumber)CardIdentificationCardIdentification. number(String number)CardIdentificationCardIdentification. startMonth(String startMonth)CardIdentificationCardIdentification. startYear(String startYear)CardIdentificationCardIdentification. storedPaymentMethodId(String storedPaymentMethodId)Methods in com.adyen.model.transferwebhooks with parameters of type CardIdentification Modifier and Type Method Description CardCard. cardIdentification(CardIdentification cardIdentification)voidCard. setCardIdentification(CardIdentification cardIdentification)cardIdentification
-