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)The list of brands identified for the card.static CardDetailsResponseCardDetailsResponse. fromJson(String jsonString)Create an instance of CardDetailsResponse given an JSON stringCardDetailsResponseCardDetailsResponse. fundingSource(String fundingSource)The funding source of the card, for example **DEBIT**, **CREDIT**, or **PREPAID**.CardDetailsResponseCardDetailsResponse. isCardCommercial(Boolean isCardCommercial)Indicates if this is a commercial card or a consumer card.CardDetailsResponseCardDetailsResponse. issuingCountryCode(String issuingCountryCode)The two-letter country code of the country where the card was issued. -
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
-