@@ -33,11 +33,11 @@ module Lithic
3333 # - `PAUSED` - Account will not be able to transact or create new cards. It can be
3434 # set back to `ACTIVE`.
3535 # - `CLOSED` - Account will not be able to transact or create new cards. `CLOSED`
36- # accounts are also unable to be transitioned to `ACTIVE` or `PAUSED` states.
37- # `CLOSED` accounts result from failing to pass KYB/KYC or Lithic closing for
38- # risk/compliance reasons. Please contact
39- # [support@lithic.com](mailto:support@lithic.com) if you believe this was in
40- # error .
36+ # accounts are unable to be transitioned to `ACTIVE` or `PAUSED` states.
37+ # Accounts can be manually set to `CLOSED`, or this can be done by Lithic due to
38+ # failure to pass KYB/KYC or for risk/compliance reasons. Please contact
39+ # [support@lithic.com](mailto:support@lithic.com) if you believe this was done
40+ # by mistake .
4141 sig { returns ( Lithic ::Account ::State ::TaggedSymbol ) }
4242 attr_accessor :state
4343
@@ -107,11 +107,11 @@ module Lithic
107107 # - `PAUSED` - Account will not be able to transact or create new cards. It can be
108108 # set back to `ACTIVE`.
109109 # - `CLOSED` - Account will not be able to transact or create new cards. `CLOSED`
110- # accounts are also unable to be transitioned to `ACTIVE` or `PAUSED` states.
111- # `CLOSED` accounts result from failing to pass KYB/KYC or Lithic closing for
112- # risk/compliance reasons. Please contact
113- # [support@lithic.com](mailto:support@lithic.com) if you believe this was in
114- # error .
110+ # accounts are unable to be transitioned to `ACTIVE` or `PAUSED` states.
111+ # Accounts can be manually set to `CLOSED`, or this can be done by Lithic due to
112+ # failure to pass KYB/KYC or for risk/compliance reasons. Please contact
113+ # [support@lithic.com](mailto:support@lithic.com) if you believe this was done
114+ # by mistake .
115115 state :,
116116 account_holder : nil ,
117117 # List of identifiers for the Auth Rule(s) that are applied on the account. This
@@ -195,11 +195,11 @@ module Lithic
195195 # - `PAUSED` - Account will not be able to transact or create new cards. It can be
196196 # set back to `ACTIVE`.
197197 # - `CLOSED` - Account will not be able to transact or create new cards. `CLOSED`
198- # accounts are also unable to be transitioned to `ACTIVE` or `PAUSED` states.
199- # `CLOSED` accounts result from failing to pass KYB/KYC or Lithic closing for
200- # risk/compliance reasons. Please contact
201- # [support@lithic.com](mailto:support@lithic.com) if you believe this was in
202- # error .
198+ # accounts are unable to be transitioned to `ACTIVE` or `PAUSED` states.
199+ # Accounts can be manually set to `CLOSED`, or this can be done by Lithic due to
200+ # failure to pass KYB/KYC or for risk/compliance reasons. Please contact
201+ # [support@lithic.com](mailto:support@lithic.com) if you believe this was done
202+ # by mistake .
203203 module State
204204 extend Lithic ::Internal ::Type ::Enum
205205
0 commit comments