Uses of Class
com.adyen.model.management.MaestroResponseInfo
-
Packages that use MaestroResponseInfo Package Description com.adyen.model.management -
-
Uses of MaestroResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return MaestroResponseInfo Modifier and Type Method Description static MaestroResponseInfoMaestroResponseInfo. fromJson(String jsonString)Create an instance of MaestroResponseInfo given an JSON stringMaestroResponseInfoPaymentMethod. getMaestro()Get maestroMaestroResponseInfoMaestroResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MaestroResponseInfoMaestroResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type MaestroResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. maestro(MaestroResponseInfo maestro)maestrovoidPaymentMethod. setMaestro(MaestroResponseInfo maestro)maestro
-