Uses of Class
passport.domain.models.purchases.Participant
Packages that use Participant
-
Uses of Participant in passport.domain.models.purchases
Methods in passport.domain.models.purchases that return ParticipantModifier and TypeMethodDescriptionstatic Participant
Participant.self()
Creates a Participant representing the Event Management Business itself.Constructors in passport.domain.models.purchases with parameters of type ParticipantModifierConstructorDescriptionTransaction
(Participant payer, Participant recipient, PaymentDetails payment, String description) Constructs a new Transaction with the specified payer, recipient, payment details, and description.Transaction
(TransactionId id, Participant payer, Participant recipient, PaymentDetails payment, String description) Constructs a new Transaction with the specified ID, payer, recipient, payment details, and description.