Uses of Class
com.adyen.model.management.TicketResponseInfo
-
Packages that use TicketResponseInfo Package Description com.adyen.model.management -
-
Uses of TicketResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return TicketResponseInfo Modifier and Type Method Description static TicketResponseInfoTicketResponseInfo. fromJson(String jsonString)Create an instance of TicketResponseInfo given an JSON stringTicketResponseInfoPaymentMethod. getTicket()Get ticketTicketResponseInfoTicketResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TicketResponseInfoTicketResponseInfo. requestorId(String requestorId)Ticket requestorIdMethods in com.adyen.model.management with parameters of type TicketResponseInfo Modifier and Type Method Description voidPaymentMethod. setTicket(TicketResponseInfo ticket)ticketPaymentMethodPaymentMethod. ticket(TicketResponseInfo ticket)ticket
-