Uses of Class
passport.domain.models.purchases.TransactionId
Packages that use TransactionId
-
Uses of TransactionId in passport.domain.models.purchases
Methods in passport.domain.models.purchases that return TransactionIdConstructors in passport.domain.models.purchases with parameters of type TransactionIdModifierConstructorDescriptionTransaction
(TransactionId id, Participant payer, Participant recipient, PaymentDetails payment, String description) Constructs a new Transaction with the specified ID, payer, recipient, payment details, and description.