createInsurancePaymentInput
Autogenerated input type of createInsurancePayment
Fields
Used By
Definition
"""Autogenerated input type of createInsurancePayment"""input createInsurancePaymentInput { paid_date: ISO8601Date! npi: String! ach_check_number: String paid_amount: Float! deposit_status: InsurancePaymentsDepositStatusEnum! payer_name: String!}