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 DoublegetServiceFees()The price of the service.StringgetServiceName()The name of the service.booleanisEmpty()Whether the field is empty or not.StringtoString()StringtoTableLine()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()
Description copied from class:BaseFieldWhether the field is empty or not.
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLinein interfaceLineItemField
-
getServiceFees
public Double getServiceFees()
The price of the service.
-
getServiceName
public String getServiceName()
The name of the service.
-
-