Uses of Class
com.adyen.model.transferwebhooks.Card
-
Packages that use Card Package Description com.adyen.model.transferwebhooks -
-
Uses of Card in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return Card Modifier and Type Method Description CardCard. cardHolder(PartyIdentification cardHolder)cardHolderCardCard. cardIdentification(CardIdentification cardIdentification)cardIdentificationstatic CardCard. fromJson(String jsonString)Create an instance of Card given an JSON stringCardCounterpartyV3. getCard()cardCardTransferNotificationCounterParty. getCard()cardMethods in com.adyen.model.transferwebhooks with parameters of type Card Modifier and Type Method Description CounterpartyV3CounterpartyV3. card(Card card)cardTransferNotificationCounterPartyTransferNotificationCounterParty. card(Card card)cardvoidCounterpartyV3. setCard(Card card)cardvoidTransferNotificationCounterParty. setCard(Card card)card
-