Skip to content

deleteManualInsurancePaymentInput

Autogenerated input type of deleteManualInsurancePayment

Fields

deprecated DO NOT USE
payment_id · ID! · required · The ID of the insurance payment to delete

Used 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!
}