ENUM

RecoupmentStatus

The status of a recoupment.

link GraphQL Schema definition

  • enum RecoupmentStatus {
  • # Recoupment has not yet reached its total amount.
  • ACTIVE
  • # Recoupment has finished recouping its total amount.
  • COMPLETED
  • }