OrganizationCptCodeInsuranceFeesInput
Payload for Insurance Fees Inputs for Org Cpt Code
Fields
fee_per_unit
· Int
· Fee (in cents) per unit insurance_plan_id
· ID
· The insurance plan associated with the cpt code object organization_cpt_code_id
· ID
· The ID associated with organization cpt code object Used By
Definition
"""Payload for Insurance Fees Inputs for Org Cpt Code"""input OrganizationCptCodeInsuranceFeesInput { """ If true, this object will be deleted """ _destroy: Boolean
""" Fee (in cents) per unit """ fee_per_unit: Int
""" The insurance plan associated with the cpt code object """ insurance_plan_id: ID
""" The ID associated with organization cpt code object """ organization_cpt_code_id: ID}