CreateLineWriteOffPayload
Autogenerated return type of CreateLineWriteOff.
Fields
line_write_off
· LineWriteOff · The newly-created write-off messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of CreateLineWriteOff."""type CreateLineWriteOffPayload { """ The newly-created write-off """ line_write_off: LineWriteOff
""" The list of errors occurred during the mutation """ messages: [FieldError]}