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 8 digits of the card number and a maximum of the full card number. 11 digits gives the best result.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 list of brands on the cardCardDetailsResponsePaymentsApi. cardDetails(CardDetailsRequest cardDetailsRequest, RequestOptions requestOptions)Get the list of brands on the card
-