Class HealthcareCardV1Copay

Is a fixed amount for a covered service.

Hierarchy

  • HealthcareCardV1Copay

Constructors

Properties

confidence: number = 0.0

Confidence score

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

serviceFees: null | number

The price of service.

serviceName: null | string

The name of service of the copay.

Methods

  • Collection of fields as representable strings.

    Returns {
        serviceFees: string;
        serviceName: string;
    }

    • serviceFees: string
    • serviceName: string

Generated using TypeDoc