createInsurancePaymentInput
Autogenerated input type of createInsurancePayment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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!}