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