Class Bill

java.lang.Object
com.avoka.tm.vo.Bill

public class Bill extends Object
Provide a Bill value object class.
Since:
24.10.0
  • Field Details

  • Constructor Details

    • Bill

      public Bill()
    • Bill

      public Bill(com.avoka.fc.core.entity.Bill bill)
      Create a Bill value object with the given bill entity parameter.
      Parameters:
      bill - the bill entity parameter (required)
    • Bill

      public Bill(Map fields)
      Create a unit testing bill value object with the given fields.
      Parameters:
      fields - the bill entity fields (required)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getId

      public Long getId()
      The ID of the billing entity.
      Returns:
      the ID of the billing entity
    • getBillType

      public String getBillType()
      The type of the bill.
      Returns:
      the type of the bill
    • getBillingScore

      public String getBillingScore()
      The billing score.
      Returns:
      the billing score
    • getClientCode

      public String getClientCode()
      The client code.
      Returns:
      the client code
    • getComments

      public String getComments()
      The comments.
      Returns:
      the comments
    • getFormName

      public String getFormName()
      The form name.
      Returns:
      the form name
    • getJourneyId

      public Long getJourneyId()
      The journey ID.
      Returns:
      the journey ID
    • getParam1

      public String getParam1()
      The first parameter.
      Returns:
      the first parameter
    • getParam2

      public String getParam2()
      The second parameter.
      Returns:
      the second parameter
    • getParam3

      public String getParam3()
      The third parameter.
      Returns:
      the third parameter
    • getParam4

      public String getParam4()
      The fourth parameter.
      Returns:
      the fourth parameter
    • getParam5

      public String getParam5()
      The fifth parameter.
      Returns:
      the fifth parameter
    • getServiceName

      public String getServiceName()
      The service name/version parameter.
      Returns:
      the service name/version
    • getSubmissionId

      public Long getSubmissionId()
      The Submission ID parameter.
      Returns:
      the Submission ID