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