Uses of Class
passport.domain.models.purchases.PaymentMethod
Package
Description
-
Uses of PaymentMethod in passport.domain.contexts.purchases
Modifier and TypeMethodDescriptionTicketBuying.via
(PaymentMethod paymentMethod) Sets the payment method for the purchase.TicketRefund.via
(PaymentMethod paymentMethod) Sets the payment method for the refund. -
Uses of PaymentMethod in passport.domain.contexts.purchases.internal
Modifier and TypeMethodDescriptionPurchaseMail.via
(PaymentMethod paymentMethod) Sets the payment method for the email. -
Uses of PaymentMethod in passport.domain.models.purchases
ModifierConstructorDescriptionPaymentDetails
(PaymentMethod method, Double amount) Constructs a new PaymentDetails object with the specified payment method and amount.