Uses of Class
passport.domain.models.purchases.PaymentDetails
Packages that use PaymentDetails
-
Uses of PaymentDetails in passport.domain.models.purchases
Constructors in passport.domain.models.purchases with parameters of type PaymentDetailsModifierConstructorDescriptionTransaction
(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.