Skip to content

ClientInsurancePlanInput

Payload for an insurance plan

Fields

id · String · The ID of the insurance plan
metadata · JSON · A serialized JSON string of metadata. Maximum character limit of 2,000.
payer_name · String · The name of the payer

Used By

Definition

"""
Payload for an insurance plan
"""
input ClientInsurancePlanInput {
"""
The ID of the insurance plan
"""
id: String
"""
A serialized JSON string of metadata. Maximum character limit of 2,000.
"""
metadata: JSON
"""
The name of the payer
"""
payer_name: String
}