Class: ModernTreasury::Models::LegalEntityComplianceDetail
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::LegalEntityComplianceDetail
- Defined in:
- lib/modern_treasury/models/legal_entity_compliance_detail.rb
Instance Attribute Summary collapse
- #created_at ⇒ Time
- #discarded_at ⇒ Time?
- #id ⇒ String
-
#issuer ⇒ String
The issuer of the compliance token.
-
#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
-
#token_expires_at ⇒ Time?
The timestamp when the compliance token expires.
-
#token_issued_at ⇒ Time?
The timestamp when the compliance token was issued.
-
#token_url ⇒ String?
The URL to the compliance token.
- #updated_at ⇒ Time
-
#validated ⇒ Boolean
Whether entity corresponding to the compliance token has been validated.
-
#validated_at ⇒ Time?
The timestamp when the entity was validated.
Instance Method Summary collapse
-
#initialize(id: , created_at: , discarded_at: , issuer: , live_mode: , object: , token_expires_at: , token_issued_at: , token_url: , updated_at: , validated: , validated_at: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see LegalEntityComplianceDetail 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: , discarded_at: , issuer: , live_mode: , object: , token_expires_at: , token_issued_at: , token_url: , updated_at: , validated: , validated_at: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::LegalEntityComplianceDetail for more details.
|
|
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 74
|
Instance Attribute Details
#created_at ⇒ Time
14 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 14 required :created_at, Time |
#discarded_at ⇒ Time?
19 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 19 required :discarded_at, Time, nil?: true |
#id ⇒ String
9 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 9 required :id, String |
#issuer ⇒ String
The issuer of the compliance token.
25 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 25 required :issuer, 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.
32 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 32 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
37 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 37 required :object, String |
#token_expires_at ⇒ Time?
The timestamp when the compliance token expires.
43 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 43 required :token_expires_at, Time, nil?: true |
#token_issued_at ⇒ Time?
The timestamp when the compliance token was issued.
49 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 49 required :token_issued_at, Time, nil?: true |
#token_url ⇒ String?
The URL to the compliance token. (ex. provider portal URL)
55 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 55 required :token_url, String, nil?: true |
#updated_at ⇒ Time
60 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 60 required :updated_at, Time |
#validated ⇒ Boolean
Whether entity corresponding to the compliance token has been validated.
66 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 66 required :validated, ModernTreasury::Internal::Type::Boolean |
#validated_at ⇒ Time?
The timestamp when the entity was validated.
72 |
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 72 required :validated_at, Time, nil?: true |