Class RefundDetailsWithRefundAndBillingEvent
java.lang.Object
com.broadleafcommerce.billing.domain.RefundDetailsWithRefundAndBillingEvent
-
Constructor Summary
ConstructorsConstructorDescriptionRefundDetailsWithRefundAndBillingEvent(RefundEvent refundEvent, RefundEventDetail refundEventDetails, BillingEvent billingEvent) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetBillingEvent(BillingEvent billingEvent) voidsetRefundEvent(RefundEvent refundEvent) voidsetRefundEventDetails(RefundEventDetail refundEventDetails) toString()
-
Constructor Details
-
RefundDetailsWithRefundAndBillingEvent
public RefundDetailsWithRefundAndBillingEvent() -
RefundDetailsWithRefundAndBillingEvent
public RefundDetailsWithRefundAndBillingEvent(RefundEvent refundEvent, RefundEventDetail refundEventDetails, BillingEvent billingEvent)
-
-
Method Details