Uses of Enum Class
com.broadleafcommerce.billing.domain.RefundEventStatusEnum
Packages that use RefundEventStatusEnum
-
Uses of RefundEventStatusEnum in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return RefundEventStatusEnumModifier and TypeMethodDescriptionRefundEvent.getRefundStatus()Status of this refundstatic RefundEventStatusEnumReturns the enum constant of this class with the specified name.static RefundEventStatusEnum[]RefundEventStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.billing.domain with parameters of type RefundEventStatusEnumModifier and TypeMethodDescriptionvoidRefundEvent.setRefundStatus(RefundEventStatusEnum refundStatus) Status of this refundConstructors in com.broadleafcommerce.billing.domain with parameters of type RefundEventStatusEnumModifierConstructorDescriptionRefundEvent(String id, Date refundDate, String billingEventId, RefundEventStatusEnum refundStatus, BigDecimal refundTotal, BigDecimal refundTaxAmount, String eventNotificationChannel, Date createdDate, Map<@Size(max=255) String, @Size(max=2000) String> additionalFields, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)