Skip to content

updateInsurancePaymentDepositStatusInput

Autogenerated input type of updateInsurancePaymentDepositStatus

Fields

deprecated DO NOT USE
payment_id · ID! · required · The ID of the insurance payment to update
deposit_status · InsurancePaymentsDepositStatusEnum! · required · The deposit status of the payment

Used By

Definition

"""
Autogenerated input type of updateInsurancePaymentDepositStatus
"""
input updateInsurancePaymentDepositStatusInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the insurance payment to update
"""
payment_id: ID!
"""
The deposit status of the payment
"""
deposit_status: InsurancePaymentsDepositStatusEnum!
}