Skip to content

CreateLineWriteOffInput

Autogenerated input type of CreateLineWriteOff

Fields

deprecated DO NOT USE
cpt_codes_cms1500_id · ID! · required · The service line the write-off applies to
reason · LineWriteOffReason! · required · Why the payer balance is being written off
amount · Float! · required · Amount written off
notes · String · Free-text notes

Used 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
}