Package com.avoka.tm.vo
Class Bill
java.lang.Object
com.avoka.tm.vo.Bill
Provide a Bill value object class.
- Since:
- 24.10.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe billing score.The type of the bill.The client code.The comments.The form name.getId()
The ID of the billing entity.The journey ID.The first parameter.The second parameter.The third parameter.The fourth parameter.The fifth parameter.The service name/version parameter.The Submission ID parameter.toString()
-
Field Details
-
TYPE_TXN
Provides a "TXN" type- See Also:
-
TYPE_SVC
Provides an "SVC" type- See Also:
-
-
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
Create a unit testing bill value object with the given fields.- Parameters:
fields
- the bill entity fields (required)
-
-
Method Details
-
toString
-
getId
The ID of the billing entity.- Returns:
- the ID of the billing entity
-
getBillType
The type of the bill.- Returns:
- the type of the bill
-
getBillingScore
The billing score.- Returns:
- the billing score
-
getClientCode
The client code.- Returns:
- the client code
-
getComments
The comments.- Returns:
- the comments
-
getFormName
The form name.- Returns:
- the form name
-
getJourneyId
The journey ID.- Returns:
- the journey ID
-
getParam1
The first parameter.- Returns:
- the first parameter
-
getParam2
The second parameter.- Returns:
- the second parameter
-
getParam3
The third parameter.- Returns:
- the third parameter
-
getParam4
The fourth parameter.- Returns:
- the fourth parameter
-
getParam5
The fifth parameter.- Returns:
- the fifth parameter
-
getServiceName
The service name/version parameter.- Returns:
- the service name/version
-
getSubmissionId
The Submission ID parameter.- Returns:
- the Submission ID
-