Uses of Enum Class
be.appify.prefab.example.sale.PaymentMethod
Packages that use PaymentMethod
-
Uses of PaymentMethod in be.appify.prefab.example.sale
Subclasses with type arguments of type PaymentMethod in be.appify.prefab.example.saleMethods in be.appify.prefab.example.sale that return PaymentMethodModifier and TypeMethodDescription@NotNull PaymentMethodPayment.method()Returns the value of themethodrecord component.static PaymentMethodReturns the enum constant of this class with the specified name.static PaymentMethod[]PaymentMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in be.appify.prefab.example.sale with parameters of type PaymentMethodModifier and TypeMethodDescriptionvoidSale.addPayment(@NotNull BigDecimal amount, @NotNull PaymentMethod method, Reference<GiftVoucher> giftVoucher) Constructors in be.appify.prefab.example.sale with parameters of type PaymentMethodModifierConstructorDescriptionPayment(@NotNull BigDecimal amount, @NotNull PaymentMethod method, Reference<GiftVoucher> giftVoucher) Creates an instance of aPaymentrecord class. -
Uses of PaymentMethod in be.appify.prefab.example.sale.application
Methods in be.appify.prefab.example.sale.application that return PaymentMethodModifier and TypeMethodDescription@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") PaymentMethodSaleAddPaymentRequest.method()Returns the value of themethodrecord component.Constructors in be.appify.prefab.example.sale.application with parameters of type PaymentMethodModifierConstructorDescriptionSaleAddPaymentRequest(@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") BigDecimal amount, @NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") PaymentMethod method, @Valid String giftVoucher) Creates an instance of aSaleAddPaymentRequestrecord class.