Uses of Class
com.adyen.model.management.CupResponseInfo
-
Packages that use CupResponseInfo Package Description com.adyen.model.management -
-
Uses of CupResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return CupResponseInfo Modifier and Type Method Description static CupResponseInfoCupResponseInfo. fromJson(String jsonString)Create an instance of CupResponseInfo given an JSON stringCupResponseInfoPaymentMethod. getCup()Get cupCupResponseInfoCupResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CupResponseInfoCupResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type CupResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. cup(CupResponseInfo cup)cupvoidPaymentMethod. setCup(CupResponseInfo cup)cup
-