OBJECT

WriteOff

An invoice (requested payment) write-off

link GraphQL Schema definition

  • type WriteOff {
  • # The amount of the write-off
  • amount: Float!
  • # The unique identifier of the write-off
  • id: ID!
  • # Non-standard reason for the write-off
  • other_reason: String
  • # The requested payment associated with this write-off
  • requested_payment: RequestedPayment!
  • # The type of write-off
  • write_off_type: WriteOffType!
  • }