Skip to content

deleteManualInsurancePaymentPayload

Autogenerated return type of deleteManualInsurancePayment.

Fields

deprecated DO NOT USE
insurance_payment · InsurancePayment · The deleted insurance payment
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of deleteManualInsurancePayment.
"""
type deleteManualInsurancePaymentPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The deleted insurance payment
"""
insurance_payment: InsurancePayment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}