Uses of Class
passport.domain.models.purchases.Participant
-
Uses of Participant in passport.domain.models.purchases
Modifier and TypeMethodDescriptionstatic Participant
Participant.self()
Creates a Participant representing the Event Management Business itself.ModifierConstructorDescriptionTransaction
(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.