CptCodesPolicyInput
Properties assigning a policy to a CPT code
Fields
cpt_code_id
· String
· The ID of the CPT code Used By
Definition
"""Properties assigning a policy to a CPT code"""input CptCodesPolicyInput { """ If true, the CPT codes policy will be deleted """ _destroy: Boolean
""" The ID of the CPT code """ cpt_code_id: String
""" The ID of the join table record """ id: ID
""" The ID of the policy """ policy_id: String}