deleteManualInsurancePaymentPayload
Autogenerated return type of deleteManualInsurancePayment.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEinsurance_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]}