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)CardInfoCardInfo. brand(String brand)CardInfoCardInfo. brandVariant(String brandVariant)CardInfoCardInfo. cardholderName(String cardholderName)CardInfoCardInfo. configuration(CardConfiguration configuration)CardInfoCardInfo. deliveryContact(DeliveryContact deliveryContact)CardInfoCardInfo. formFactor(CardInfo.FormFactorEnum formFactor)static CardInfoCardInfo. fromJson(String jsonString)Create an instance of CardInfo given an JSON stringCardInfoPaymentInstrumentInfo. getCard()Get cardCardInfoPaymentInstrumentUpdateRequest. getCard()Get cardCardInfoCardInfo. threeDSecure(String threeDSecure)Methods in com.adyen.model.balanceplatform with parameters of type CardInfo Modifier and Type Method Description PaymentInstrumentInfoPaymentInstrumentInfo. card(CardInfo card)PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. card(CardInfo card)voidPaymentInstrumentInfo. setCard(CardInfo card)cardvoidPaymentInstrumentUpdateRequest. setCard(CardInfo card)card
-