Record Class PurchaseWindow.Properties

java.lang.Object
java.lang.Record
passport.application.desktop.ui.purchase.PurchaseWindow.Properties
Enclosing class:
PurchaseWindow

public static record PurchaseWindow.Properties(EventId eventId, UserId userId, Double price) extends Record
Holds properties related to the purchase, including event and user IDs, and ticket price.