Uses of Class
com.adyen.model.transfers.CardIdentification
-
Packages that use CardIdentification Package Description com.adyen.model.transfers -
-
Uses of CardIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type CardIdentification Modifier and Type Method Description CardCard. cardIdentification(CardIdentification cardIdentification)voidCard. setCardIdentification(CardIdentification cardIdentification)cardIdentification
-