Uses of Class
com.adyen.model.configurationwebhooks.Card
-
Packages that use Card Package Description com.adyen.model.configurationwebhooks -
-
Uses of Card in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks 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 cardCardCard. lastFour(String lastFour)CardCard. number(String number)CardCard. threeDSecure(String threeDSecure)Methods in com.adyen.model.configurationwebhooks with parameters of type Card Modifier and Type Method Description PaymentInstrumentPaymentInstrument. card(Card card)voidPaymentInstrument. setCard(Card card)card
-