Uses of Class
com.adyen.model.management.InteracCardResponseInfo
-
Packages that use InteracCardResponseInfo Package Description com.adyen.model.management -
-
Uses of InteracCardResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return InteracCardResponseInfo Modifier and Type Method Description static InteracCardResponseInfoInteracCardResponseInfo. fromJson(String jsonString)Create an instance of InteracCardResponseInfo given an JSON stringInteracCardResponseInfoPaymentMethod. getInteracCard()Get interacCardInteracCardResponseInfoInteracCardResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.InteracCardResponseInfoInteracCardResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type InteracCardResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. interacCard(InteracCardResponseInfo interacCard)interacCardvoidPaymentMethod. setInteracCard(InteracCardResponseInfo interacCard)interacCard
-