deleteManualInsurancePaymentInput
Autogenerated input type of deleteManualInsurancePayment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of deleteManualInsurancePayment"""input deleteManualInsurancePaymentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of the insurance payment to delete """ payment_id: ID!}