ClientInsurancePlanInput
Payload for an insurance plan
Fields
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}