INPUT_OBJECT
WriteOffInput
Payload for a writeoff
link GraphQL Schema definition
- input WriteOffInput {
- # The ID of the write-off
- ID :
- # The WriteOff amount
- Float! :
- # The type of write-off
- WriteOffType! :
- # The other reason for the write-off
- String :
- }