Class: Telnyx::Models::Enterprises::EnterpriseReputationPublic
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Enterprises::EnterpriseReputationPublic
- Defined in:
- lib/telnyx/models/enterprises/enterprise_reputation_public.rb
Defined Under Namespace
Modules: CheckFrequency, Status
Instance Attribute Summary collapse
-
#check_frequency ⇒ Symbol, ...
Frequency for refreshing reputation data.
-
#created_at ⇒ Time?
When the reputation settings were created.
-
#enterprise_id ⇒ String?
ID of the associated enterprise.
-
#loa_document_id ⇒ String?
ID of the signed LOA document.
-
#rejection_reasons ⇒ Array<String>?
Reasons for rejection (present when status is rejected).
-
#status ⇒ Symbol, ...
Current enrollment status.
-
#updated_at ⇒ Time?
When the reputation settings were last updated.
Class Method 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(check_frequency: nil, created_at: nil, enterprise_id: nil, loa_document_id: nil, rejection_reasons: nil, status: nil, updated_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 49
|
Instance Attribute Details
#check_frequency ⇒ Symbol, ...
Frequency for refreshing reputation data
11 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 11 optional :check_frequency, enum: -> { Telnyx::Enterprises::EnterpriseReputationPublic::CheckFrequency } |
#created_at ⇒ Time?
When the reputation settings were created
17 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 17 optional :created_at, Time |
#enterprise_id ⇒ String?
ID of the associated enterprise
23 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 23 optional :enterprise_id, String |
#loa_document_id ⇒ String?
ID of the signed LOA document
29 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 29 optional :loa_document_id, String, nil?: true |
#rejection_reasons ⇒ Array<String>?
Reasons for rejection (present when status is rejected)
35 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 35 optional :rejection_reasons, Telnyx::Internal::Type::ArrayOf[String], nil?: true |
#status ⇒ Symbol, ...
Current enrollment status
41 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 41 optional :status, enum: -> { Telnyx::Enterprises::EnterpriseReputationPublic::Status } |
#updated_at ⇒ Time?
When the reputation settings were last updated
47 |
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 47 optional :updated_at, Time |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/enterprises/enterprise_reputation_public.rb', line 77
|