Uses of Class
passport.domain.models.purchases.PaymentMethod
Packages that use PaymentMethod
Package
Description
-
Uses of PaymentMethod in passport.domain.contexts.purchases
Methods in passport.domain.contexts.purchases with parameters of type PaymentMethodModifier 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
Methods in passport.domain.contexts.purchases.internal with parameters of type PaymentMethodModifier and TypeMethodDescriptionPurchaseMail.via
(PaymentMethod paymentMethod) Sets the payment method for the email. -
Uses of PaymentMethod in passport.domain.models.purchases
Constructors in passport.domain.models.purchases with parameters of type PaymentMethodModifierConstructorDescriptionPaymentDetails
(PaymentMethod method, Double amount) Constructs a new PaymentDetails object with the specified payment method and amount.