Skip to content

VoidLineWriteOffPayload

Autogenerated return type of VoidLineWriteOff.

Fields

deprecated DO NOT USE
line_write_off · LineWriteOff · The voided write-off
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of VoidLineWriteOff.
"""
type VoidLineWriteOffPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The voided write-off
"""
line_write_off: LineWriteOff
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}