Uses of Class
com.adyen.model.transfers.Card
-
Packages that use Card Package Description com.adyen.model.transfers -
-
Uses of Card in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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 stringCardCounterpartyInfoV3. getCard()cardCardCounterpartyV3. getCard()cardCardTransferNotificationCounterParty. getCard()cardMethods in com.adyen.model.transfers with parameters of type Card Modifier and Type Method Description CounterpartyInfoV3CounterpartyInfoV3. card(Card card)cardCounterpartyV3CounterpartyV3. card(Card card)cardTransferNotificationCounterPartyTransferNotificationCounterParty. card(Card card)cardvoidCounterpartyInfoV3. setCard(Card card)cardvoidCounterpartyV3. setCard(Card card)cardvoidTransferNotificationCounterParty. setCard(Card card)card
-