ENUM

ImporterRejectionReason

link GraphQL Schema definition

  • enum ImporterRejectionReason {
  • # The POA is not signed by an officer of the company
  • SIGNER_NOT_AN_OFFICER
  • # The signer did not include their title
  • SIGNER_MISSING_TITLE
  • # The signer information is not legible and cannot be verified
  • SIGNER_NOT_LEGIBLE
  • # The POA is not legible
  • POA_NOT_LEGIBLE
  • # We're unable to verify the signer's role as an officer
  • CANNOT_VERIFY_ROLE
  • # Other reason for rejection
  • OTHER
  • }