INPUT_OBJECT

WriteOffInput

Payload for a writeoff

link GraphQL Schema definition

  • 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
  • }