Uses of Class
com.adyen.model.checkout.CardDetailsRequest
-
Packages that use CardDetailsRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CardDetailsRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDetailsRequest Modifier and Type Method Description CardDetailsRequestCardDetailsRequest. addSupportedBrandsItem(String supportedBrandsItem)CardDetailsRequestCardDetailsRequest. cardNumber(String cardNumber)A minimum of the first eight digits of the card number.CardDetailsRequestCardDetailsRequest. countryCode(String countryCode)The shopper country.CardDetailsRequestCardDetailsRequest. encryptedCardNumber(String encryptedCardNumber)The encrypted card number.static CardDetailsRequestCardDetailsRequest. fromJson(String jsonString)Create an instance of CardDetailsRequest given an JSON stringCardDetailsRequestCardDetailsRequest. merchantAccount(String merchantAccount)The merchant account identifier, with which you want to process the transaction.CardDetailsRequestCardDetailsRequest. supportedBrands(List<String> supportedBrands)The card brands you support. -
Uses of CardDetailsRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type CardDetailsRequest Modifier and Type Method Description CardDetailsResponsePaymentsApi. cardDetails(CardDetailsRequest cardDetailsRequest)Get the brands and other details of a cardCardDetailsResponsePaymentsApi. cardDetails(CardDetailsRequest cardDetailsRequest, RequestOptions requestOptions)Get the brands and other details of a card
-