Uses of Class
passport.domain.contexts.purchases.TicketBuying
Packages that use TicketBuying
-
Uses of TicketBuying in passport.application.desktop.system
Methods in passport.application.desktop.system that return TicketBuyingModifier and TypeMethodDescriptionServices.purchasing()
Returns the value of thepurchasing
record component.Constructors in passport.application.desktop.system with parameters of type TicketBuyingModifierConstructorDescriptionServices
(SigningUp signup, UserLogin login, AvailableEventsListing eventsListing, SubscribedEventsListing subscribedEvents, EvaluationListing evaluationListing, EventEvaluation evaluation, TicketBuying purchasing, UserEditing profileEditing) Creates an instance of aServices
record class. -
Uses of TicketBuying in passport.domain.contexts.purchases
Methods in passport.domain.contexts.purchases that return TicketBuyingModifier and TypeMethodDescriptionSets the customer who is buying the tickets.Sets the event for which tickets are being bought.TicketBuying.via
(PaymentMethod paymentMethod) Sets the payment method for the purchase.