Uses of Class
com.adyen.model.management.PayMeResponseInfo
-
Packages that use PayMeResponseInfo Package Description com.adyen.model.management -
-
Uses of PayMeResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return PayMeResponseInfo Modifier and Type Method Description PayMeResponseInfoPayMeResponseInfo. displayName(String displayName)Merchant display namestatic PayMeResponseInfoPayMeResponseInfo. fromJson(String jsonString)Create an instance of PayMeResponseInfo given an JSON stringPayMeResponseInfoPaymentMethod. getPayme()Get paymePayMeResponseInfoPayMeResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PayMeResponseInfoPayMeResponseInfo. logo(String logo)Merchant logo.PayMeResponseInfoPayMeResponseInfo. supportEmail(String supportEmail)The email address of merchant support.Methods in com.adyen.model.management with parameters of type PayMeResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. payme(PayMeResponseInfo payme)paymevoidPaymentMethod. setPayme(PayMeResponseInfo payme)payme
-