Class BillingEventDTOWithRefunds

java.lang.Object
com.broadleafcommerce.billing.domain.BillingEventDTOWithRefunds

public class BillingEventDTOWithRefunds extends Object
This is a container for a BillingEventDTO and a list of RefundEventWithDetails
  • Constructor Details

    • BillingEventDTOWithRefunds

      public BillingEventDTOWithRefunds()
    • BillingEventDTOWithRefunds

      public BillingEventDTOWithRefunds(BillingEventDTO billingEventDTO, List<RefundEventWithDetails> refundEventsWithDetails)
  • Method Details

    • getBillingEventDTO

      public BillingEventDTO getBillingEventDTO()
    • getRefundEventsWithDetails

      public List<RefundEventWithDetails> getRefundEventsWithDetails()
      List of related refund events with their items and details
    • setBillingEventDTO

      public void setBillingEventDTO(BillingEventDTO billingEventDTO)
    • setRefundEventsWithDetails

      public void setRefundEventsWithDetails(List<RefundEventWithDetails> refundEventsWithDetails)
      List of related refund events with their items and details
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object