VoidLineWriteOffPayload
Autogenerated return type of VoidLineWriteOff.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEline_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]}