Class: ModernTreasury::Models::LegalEntityComplianceDetail

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/modern_treasury/models/legal_entity_compliance_detail.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.

Parameters:

  • id (String) (defaults to: )
  • created_at (Time) (defaults to: )
  • discarded_at (Time, nil) (defaults to: )
  • issuer (String) (defaults to: )

    The issuer of the compliance token.

  • live_mode (Boolean) (defaults to: )

    This field will be true if this object exists in the live environment or false i

  • object (String) (defaults to: )
  • token_expires_at (Time, nil) (defaults to: )

    The timestamp when the compliance token expires.

  • token_issued_at (Time, nil) (defaults to: )

    The timestamp when the compliance token was issued.

  • token_url (String, nil) (defaults to: )

    The URL to the compliance token. (ex. provider portal URL)

  • updated_at (Time) (defaults to: )
  • validated (Boolean) (defaults to: )

    Whether entity corresponding to the compliance token has been validated.

  • validated_at (Time, nil) (defaults to: )

    The timestamp when the entity was validated.



# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 74

Instance Attribute Details

#created_atTime

Returns:

  • (Time)


14
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 14

required :created_at, Time

#discarded_atTime?

Returns:

  • (Time, nil)


19
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 19

required :discarded_at, Time, nil?: true

#idString

Returns:

  • (String)


9
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 9

required :id, String

#issuerString

The issuer of the compliance token.

Returns:

  • (String)


25
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 25

required :issuer, String

#live_modeBoolean

This field will be true if this object exists in the live environment or false if it exists in the test environment.

Returns:

  • (Boolean)


32
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 32

required :live_mode, ModernTreasury::Internal::Type::Boolean

#objectString

Returns:

  • (String)


37
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 37

required :object, String

#token_expires_atTime?

The timestamp when the compliance token expires.

Returns:

  • (Time, nil)


43
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 43

required :token_expires_at, Time, nil?: true

#token_issued_atTime?

The timestamp when the compliance token was issued.

Returns:

  • (Time, nil)


49
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 49

required :token_issued_at, Time, nil?: true

#token_urlString?

The URL to the compliance token. (ex. provider portal URL)

Returns:

  • (String, nil)


55
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 55

required :token_url, String, nil?: true

#updated_atTime

Returns:

  • (Time)


60
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 60

required :updated_at, Time

#validatedBoolean

Whether entity corresponding to the compliance token has been validated.

Returns:

  • (Boolean)


66
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 66

required :validated, ModernTreasury::Internal::Type::Boolean

#validated_atTime?

The timestamp when the entity was validated.

Returns:

  • (Time, nil)


72
# File 'lib/modern_treasury/models/legal_entity_compliance_detail.rb', line 72

required :validated_at, Time, nil?: true