updateManualInsurancePaymentInput
Autogenerated input type of updateManualInsurancePayment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEpaid_date
· ISO8601Date · The date the payment was received (cannot be in the future) ach_check_number
· String · The ACH or check number for the payment paid_amount
· Float · The amount paid by the insurance company (must be greater than 0) deposit_status
· InsurancePaymentsDepositStatusEnum · The deposit status of the payment Used By
Definition
"""Autogenerated input type of updateManualInsurancePayment"""input updateManualInsurancePaymentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of the insurance payment to update """ payment_id: ID!
""" The date the payment was received (cannot be in the future) """ paid_date: ISO8601Date
""" The National Provider Identifier associated with the payment """ npi: String
""" The ACH or check number for the payment """ ach_check_number: String
""" The amount paid by the insurance company (must be greater than 0) """ paid_amount: Float
""" The deposit status of the payment """ deposit_status: InsurancePaymentsDepositStatusEnum}