Uses of Class
com.adyen.model.balanceplatform.Card
-
Packages that use Card Package Description com.adyen.model.balanceplatform -
-
Uses of Card in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Card Modifier and Type Method Description CardCard. authentication(Authentication authentication)CardCard. bin(String bin)CardCard. brand(String brand)CardCard. brandVariant(String brandVariant)CardCard. cardholderName(String cardholderName)CardCard. configuration(CardConfiguration configuration)CardCard. cvc(String cvc)CardCard. deliveryContact(DeliveryContact deliveryContact)CardCard. expiration(Expiry expiration)CardCard. formFactor(Card.FormFactorEnum formFactor)static CardCard. fromJson(String jsonString)Create an instance of Card given an JSON stringCardPaymentInstrument. getCard()Get cardCardUpdatePaymentInstrument. getCard()Get cardCardCard. lastFour(String lastFour)CardCard. number(String number)CardCard. threeDSecure(String threeDSecure)Methods in com.adyen.model.balanceplatform with parameters of type Card Modifier and Type Method Description PaymentInstrumentPaymentInstrument. card(Card card)UpdatePaymentInstrumentUpdatePaymentInstrument. card(Card card)voidPaymentInstrument. setCard(Card card)cardvoidUpdatePaymentInstrument. setCard(Card card)card
-