Uses of Class
passport.domain.models.purchases.PaymentDetails
-
Uses of PaymentDetails in passport.domain.models.purchases
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.