Class: ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt
- Defined in:
- lib/modern_treasury/models/external_account_verify_response.rb
Defined Under Namespace
Modules: PaymentType, Priority, Status
Instance Attribute Summary collapse
- #created_at ⇒ Time
-
#external_account_id ⇒ String
The ID of the external account.
- #id ⇒ String
-
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
- #object ⇒ String
-
#originating_account_id ⇒ String
The ID of the internal account where the micro-deposits originate from.
-
#payment_type ⇒ Symbol, ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::PaymentType
The type of payment that can be made to this account.
-
#priority ⇒ Symbol, ...
The priority of the payment.
-
#status ⇒ Symbol, ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::Status
The status of the verification attempt.
- #updated_at ⇒ Time
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: , created_at: , external_account_id: , live_mode: , object: , originating_account_id: , payment_type: , priority: , status: , updated_at: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see ExternalAccountVerificationAttempt for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: , created_at: , external_account_id: , live_mode: , object: , originating_account_id: , payment_type: , priority: , status: , updated_at: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt for more details.
|
|
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 77
|
Instance Attribute Details
#created_at ⇒ Time
22 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 22 required :created_at, Time |
#external_account_id ⇒ String
The ID of the external account.
28 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 28 required :external_account_id, String |
#id ⇒ String
17 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 17 required :id, String |
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
35 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 35 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
40 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 40 required :object, String |
#originating_account_id ⇒ String
The ID of the internal account where the micro-deposits originate from.
46 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 46 required :originating_account_id, String |
#payment_type ⇒ Symbol, ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::PaymentType
The type of payment that can be made to this account. Can be ‘ach`, `eft`, or `rtp`.
53 54 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 53 required :payment_type, enum: -> { ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::PaymentType } |
#priority ⇒ Symbol, ...
The priority of the payment. Can be ‘normal` or `high`.
60 61 62 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 60 required :priority, enum: -> { ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::Priority }, nil?: true |
#status ⇒ Symbol, ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::Status
The status of the verification attempt. Can be ‘pending_verification`, `verified`, `failed`, or `cancelled`.
69 70 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 69 required :status, enum: -> { ModernTreasury::Models::ExternalAccountVerifyResponse::ExternalAccountVerificationAttempt::Status } |
#updated_at ⇒ Time
75 |
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 75 required :updated_at, Time |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/modern_treasury/models/external_account_verify_response.rb', line 145
|