WriteOffInput
Payload for a writeoff
Fields
other_reason
· String
· The other reason for the write-off Used By
Definition
"""Payload for a writeoff"""input WriteOffInput { """ The ID of the write-off """ id: ID
""" The WriteOff amount """ amount: Float!
""" The type of write-off """ write_off_type: WriteOffType!
""" The other reason for the write-off """ other_reason: String
""" When true, current write-off is deleted """ _destroy: Boolean}