Skip to content

createInsurancePaymentInput

Autogenerated input type of createInsurancePayment

Fields

deprecated DO NOT USE
npi · String! · required
paid_amount · Float! · required
payer_name · String! · required

Used By

Definition

"""
Autogenerated input type of createInsurancePayment
"""
input createInsurancePaymentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
paid_date: ISO8601Date!
npi: String!
ach_check_number: String
paid_amount: Float!
deposit_status: InsurancePaymentsDepositStatusEnum!
payer_name: String!
}