ENUM

AddressListDelinquency

Includes accounts with a delinquency state that matches this in this address list.

link GraphQL Schema definition

  • enum AddressListDelinquency {
  • # All accounts, regardless of delinquency.
  • ALL
  • # Only include delinquent accounts.
  • DELINQUENT
  • # Only include accounts which are not delinquent.
  • CURRENT
  • }