Uses of Class
com.adyen.model.Card
-
Packages that use Card Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout com.adyen.model.recurring -
-
Uses of Card in com.adyen.model
Methods in com.adyen.model that return Card Modifier and Type Method Description CardCard. cvc(String cvc)CardCard. expiryMonth(String expiryMonth)CardCard. expiryYear(String expiryYear)CardPaymentRequest. getCard()a representation of a (credit or debit) 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 with parameters of type Card Modifier and Type Method Description PaymentRequestPaymentRequest. card(Card card)voidPaymentRequest. setCard(Card card) -
Uses of Card in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Card Modifier and Type Method Description CardPaymentSessionRequest. getCard()CardStoredDetails. getCard()Get cardMethods in com.adyen.model.checkout with parameters of type Card Modifier and Type Method Description PaymentSessionRequestPaymentSessionRequest. card(Card card)StoredDetailsStoredDetails. card(Card card)voidPaymentSessionRequest. setCard(Card card)voidStoredDetails. setCard(Card card) -
Uses of Card in com.adyen.model.payout
Methods in com.adyen.model.payout that return Card Modifier and Type Method Description CardFundSource. getCard()Get cardCardPayoutRequest. getCard()Get cardCardStoreDetailAndSubmitRequest. getCard()CardStoreDetailRequest. getCard()Methods in com.adyen.model.payout with parameters of type Card Modifier and Type Method Description FundSourceFundSource. card(Card card)PayoutRequestPayoutRequest. card(Card card)voidFundSource. setCard(Card card)voidPayoutRequest. setCard(Card card)voidStoreDetailAndSubmitRequest. setCard(Card card)voidStoreDetailRequest. setCard(Card card) -
Uses of Card in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return Card Modifier and Type Method Description CardRecurringDetail. getCard()Get cardCardScheduleAccountUpdaterRequest. getCard()CardStoreTokenRequest. getCard()A container for card data.Methods in com.adyen.model.recurring with parameters of type Card Modifier and Type Method Description RecurringDetailRecurringDetail. card(Card card)ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. card(Card card)StoreTokenRequestStoreTokenRequest. card(Card card)voidRecurringDetail. setCard(Card card)voidScheduleAccountUpdaterRequest. setCard(Card card)voidStoreTokenRequest. setCard(Card card)
-