Module: Increase::Models::IntrafiAccountEnrollment::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/intrafi_account_enrollment.rb

Overview

The status of the account in the network. An account takes about one business day to go from ‘pending_enrolling` to `enrolled`.

See Also:

Constant Summary collapse

PENDING_ENROLLING =

The account is being added to the IntraFi network.

:pending_enrolling
ENROLLED =

The account has been enrolled with IntraFi.

:enrolled
PENDING_UNENROLLING =

The account is being unenrolled from IntraFi’s deposit sweep.

:pending_unenrolling
UNENROLLED =

The account was once enrolled, but is no longer enrolled at IntraFi.

:unenrolled
REQUIRES_ATTENTION =

Something unexpected happened with this account. Contact Increase support.

:requires_attention

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info