Skip to content

updateManualInsurancePaymentPayload

Autogenerated return type of updateManualInsurancePayment.

Fields

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

Used By

Definition

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