Uses of Class
com.adyen.model.balanceplatform.CardInfo
-
Packages that use CardInfo Package Description com.adyen.model.balanceplatform -
-
Uses of CardInfo in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CardInfo Modifier and Type Method Description CardInfoCardInfo. authentication(Authentication authentication)authenticationCardInfoCardInfo. brand(String brand)The brand of the physical or the virtual card.CardInfoCardInfo. brandVariant(String brandVariant)The brand variant of the physical or the virtual card.CardInfoCardInfo. cardholderName(String cardholderName)The name of the cardholder.CardInfoCardInfo. configuration(CardConfiguration configuration)configurationCardInfoCardInfo. deliveryContact(DeliveryContact deliveryContact)deliveryContactCardInfoCardInfo. formFactor(CardInfo.FormFactorEnum formFactor)The form factor of the card.static CardInfoCardInfo. fromJson(String jsonString)Create an instance of CardInfo given an JSON stringCardInfoPaymentInstrumentInfo. getCard()cardCardInfoPaymentInstrumentUpdateRequest. getCard()cardCardInfoCardInfo. threeDSecure(String threeDSecure)Allocates a specific product range for either a physical or a virtual card.Methods in com.adyen.model.balanceplatform with parameters of type CardInfo Modifier and Type Method Description PaymentInstrumentInfoPaymentInstrumentInfo. card(CardInfo card)cardPaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. card(CardInfo card)cardvoidPaymentInstrumentInfo. setCard(CardInfo card)cardvoidPaymentInstrumentUpdateRequest. setCard(CardInfo card)card
-