Class HealthcareCardV1Copay
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.us.healthcarecard.HealthcareCardV1Copay
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class HealthcareCardV1Copay extends BaseField implements LineItemField
Is a fixed amount for a covered service.
-
-
Constructor Summary
Constructors Constructor Description HealthcareCardV1Copay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getServiceFees()
The price of service.String
getServiceName()
The name of service of the copay.boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getServiceFees
public Double getServiceFees()
The price of service.
-
getServiceName
public String getServiceName()
The name of service of the copay.
-
-