Skip to content

InsuranceAuthorizationChartType

An object containing information about the chart for an insurance authorization type

Fields

earliest_date_title · String · The title of the earliest date value of the chart
earliest_date_value · String · The value of the earliest date value of the chart
latest_date_title · String · The title of the latest date value of the chart
latest_date_value · String · The value of the latest date value of the chart
left_section_width · String · The percentage width of the left section of the chart
middle_date_title · String · The title of the middle date value of the chart
middle_date_value · String · The value of the middle date value of the chart
right_section_width · String · The percentage width of the right section of the chart

Used By

Definition

"""
An object containing information about the chart for an insurance authorization type
"""
type InsuranceAuthorizationChartType {
"""
The title of the earliest date value of the chart
"""
earliest_date_title: String
"""
The value of the earliest date value of the chart
"""
earliest_date_value: String
"""
The title of the latest date value of the chart
"""
latest_date_title: String
"""
The value of the latest date value of the chart
"""
latest_date_value: String
"""
The percentage width of the left section of the chart
"""
left_section_width: String
"""
The title of the middle date value of the chart
"""
middle_date_title: String
"""
The value of the middle date value of the chart
"""
middle_date_value: String
"""
The percentage width of the right section of the chart
"""
right_section_width: String
}