CreateLineWriteOffInput
Autogenerated input type of CreateLineWriteOff
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CreateLineWriteOff"""input CreateLineWriteOffInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The service line the write-off applies to """ cpt_codes_cms1500_id: ID!
""" Why the payer balance is being written off """ reason: LineWriteOffReason!
""" Amount written off """ amount: Float!
""" Free-text notes """ notes: String}