Uses of Class
com.adyen.model.checkout.CardDetailsResponse
-
Packages that use CardDetailsResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CardDetailsResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDetailsResponse Modifier and Type Method Description CardDetailsResponseCardDetailsResponse. addBrandsItem(CardBrandDetails brandsItem)CardDetailsResponseCardDetailsResponse. brands(List<CardBrandDetails> brands)static CardDetailsResponseCardDetailsResponse. fromJson(String jsonString)Create an instance of CardDetailsResponse given an JSON stringCardDetailsResponseCardDetailsResponse. issuingCountryCode(String issuingCountryCode) -
Uses of CardDetailsResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return CardDetailsResponse Modifier and Type Method Description CardDetailsResponsePaymentsApi. cardDetails(CardDetailsRequest cardDetailsRequest)Get the list of brands on the cardCardDetailsResponsePaymentsApi. cardDetails(CardDetailsRequest cardDetailsRequest, RequestOptions requestOptions)Get the list of brands on the card
-