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
Copayments for covered services.
-
-
Constructor Summary
Constructors Constructor Description HealthcareCardV1Copay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getServiceFees()
The price of the service.String
getServiceName()
The name of the service.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 the service.
-
getServiceName
public String getServiceName()
The name of the service.
-
-