CreateLinePaymentInput
Autogenerated input type of CreateLinePayment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEallowed_amount
· Float · Amount the payer allowed on this line insurance_plan_id
· ID · Payer (insurance plan) identity adjustments
· [LinePaymentAdjustmentInput] · CARC adjustments explaining the paid/billed gap Used By
Definition
"""Autogenerated input type of CreateLinePayment"""input CreateLinePaymentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The service line the payment applies to """ cpt_codes_cms1500_id: ID!
""" COB position of the paying payer """ payer_responsibility: PayerResponsibility!
""" Amount the payer paid on this line """ paid_amount: Float!
""" Amount the payer allowed on this line """ allowed_amount: Float
""" Date the payer adjudicated the line """ adjudication_date: ISO8601Date!
""" Payer (insurance plan) identity """ insurance_plan_id: ID
""" Free-text notes """ notes: String
""" CARC adjustments explaining the paid/billed gap """ adjustments: [LinePaymentAdjustmentInput]}