VoidLineWriteOffPayload
Autogenerated return type of VoidLineWriteOff.
Fields
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 { """ The voided write-off """ line_write_off: LineWriteOff
""" The list of errors occurred during the mutation """ messages: [FieldError]}