Uses of Class
com.adyen.model.management.MaestroUSAResponseInfo
-
Packages that use MaestroUSAResponseInfo Package Description com.adyen.model.management -
-
Uses of MaestroUSAResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return MaestroUSAResponseInfo Modifier and Type Method Description static MaestroUSAResponseInfoMaestroUSAResponseInfo. fromJson(String jsonString)Create an instance of MaestroUSAResponseInfo given an JSON stringMaestroUSAResponseInfoPaymentMethod. getMaestroUsa()Get maestroUsaMaestroUSAResponseInfoMaestroUSAResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MaestroUSAResponseInfoMaestroUSAResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type MaestroUSAResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. maestroUsa(MaestroUSAResponseInfo maestroUsa)maestroUsavoidPaymentMethod. setMaestroUsa(MaestroUSAResponseInfo maestroUsa)maestroUsa
-