$IdentityVerificationStepStatusMap top-level constant

Map<IdentityVerificationStepStatus, String> const $IdentityVerificationStepStatusMap

Implementation

const $IdentityVerificationStepStatusMap = {
  IdentityVerificationStepStatus.success: 'success',
  IdentityVerificationStepStatus.active: 'active',
  IdentityVerificationStepStatus.failed: 'failed',
  IdentityVerificationStepStatus.waitingForPrerequisite:
      'waiting_for_prerequisite',
  IdentityVerificationStepStatus.notApplicable: 'not_applicable',
  IdentityVerificationStepStatus.skipped: 'skipped',
  IdentityVerificationStepStatus.expired: 'expired',
  IdentityVerificationStepStatus.canceled: 'canceled',
  IdentityVerificationStepStatus.pendingReview: 'pending_review',
  IdentityVerificationStepStatus.manuallyApproved: 'manually_approved',
  IdentityVerificationStepStatus.manuallyRejected: 'manually_rejected'
};