Uses of Class
com.adyen.model.checkout.CardBrandDetails
-
Packages that use CardBrandDetails Package Description com.adyen.model.checkout -
-
Uses of CardBrandDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardBrandDetails Modifier and Type Method Description static CardBrandDetailsCardBrandDetails. fromJson(String jsonString)Create an instance of CardBrandDetails given an JSON stringCardBrandDetailsCardBrandDetails. supported(Boolean supported)CardBrandDetailsCardBrandDetails. type(String type)Methods in com.adyen.model.checkout that return types with arguments of type CardBrandDetails Modifier and Type Method Description List<CardBrandDetails>CardDetailsResponse. getBrands()The list of brands identified for the card.Methods in com.adyen.model.checkout with parameters of type CardBrandDetails Modifier and Type Method Description CardDetailsResponseCardDetailsResponse. addBrandsItem(CardBrandDetails brandsItem)Method parameters in com.adyen.model.checkout with type arguments of type CardBrandDetails Modifier and Type Method Description CardDetailsResponseCardDetailsResponse. brands(List<CardBrandDetails> brands)voidCardDetailsResponse. setBrands(List<CardBrandDetails> brands)The list of brands identified for the card.
-