Uses of Class
com.adyen.model.payment.Card
-
Packages that use Card Package Description com.adyen.model.payment -
-
Uses of Card in com.adyen.model.payment
Methods in com.adyen.model.payment 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 stringCardFundDestination. getCard()Get cardCardFundSource. getCard()Get cardCardPaymentRequest. 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.payment with parameters of type Card Modifier and Type Method Description FundDestinationFundDestination. card(Card card)FundSourceFundSource. card(Card card)PaymentRequestPaymentRequest. card(Card card)voidFundDestination. setCard(Card card)cardvoidFundSource. setCard(Card card)cardvoidPaymentRequest. setCard(Card card)card
-