Skip to content

updateAutomatedInsuranceBillingSettingInput

Autogenerated input type of updateAutomatedInsuranceBillingSetting

Fields

deprecated DO NOT USE
deprecated This is no longer needed as current_user ID and organization will be used instead
deprecated This setting no longer has any effect

Used By

Definition

"""
Autogenerated input type of updateAutomatedInsuranceBillingSetting
"""
input updateAutomatedInsuranceBillingSettingInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
auto_create_cms1500s: Boolean
auto_submit_cms1500s: Boolean
id: ID
@deprecated(
reason: "This is no longer needed as current_user ID and organization will be used instead"
)
use_cpt_codes_units_and_fees_with_appointment_types: Boolean
@deprecated(reason: "This setting no longer has any effect")
}