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