Uses of Class
com.adyen.model.management.MCResponseInfo
-
Packages that use MCResponseInfo Package Description com.adyen.model.management -
-
Uses of MCResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return MCResponseInfo Modifier and Type Method Description static MCResponseInfoMCResponseInfo. fromJson(String jsonString)Create an instance of MCResponseInfo given an JSON stringMCResponseInfoPaymentMethod. getMc()Get mcMCResponseInfoMCResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MCResponseInfoMCResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type MCResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. mc(MCResponseInfo mc)mcvoidPaymentMethod. setMc(MCResponseInfo mc)mc
-