Class: Lithic::Models::AccountHolderDocumentUpdatedWebhookEvent::RequiredDocumentUpload
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderDocumentUpdatedWebhookEvent::RequiredDocumentUpload
- Defined in:
- lib/lithic/models/account_holder_document_updated_webhook_event.rb
Defined Under Namespace
Instance Attribute Summary collapse
- #accepted_entity_status_reasons ⇒ Array<String>?
-
#created ⇒ Time?
When the document upload was created.
-
#image_type ⇒ Symbol, ...
The type of image that was uploaded.
- #rejected_entity_status_reasons ⇒ Array<String>?
-
#status ⇒ Symbol, ...
The status of the document upload.
- #status_reasons ⇒ Array<String>?
-
#token ⇒ String?
The token of the document upload.
-
#updated ⇒ Time?
When the document upload was last updated.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(token: nil, accepted_entity_status_reasons: nil, created: nil, image_type: nil, rejected_entity_status_reasons: nil, status: nil, status_reasons: nil, updated: nil) ⇒ Object
constructor
A document upload that belongs to the overall account holder document.
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(token: nil, accepted_entity_status_reasons: nil, created: nil, image_type: nil, rejected_entity_status_reasons: nil, status: nil, status_reasons: nil, updated: nil) ⇒ Object
A document upload that belongs to the overall account holder document
|
|
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 141
|
Instance Attribute Details
#accepted_entity_status_reasons ⇒ Array<String>?
103 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 103 optional :accepted_entity_status_reasons, Lithic::Internal::Type::ArrayOf[String] |
#created ⇒ Time?
When the document upload was created
109 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 109 optional :created, Time |
#image_type ⇒ Symbol, ...
The type of image that was uploaded
115 116 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 115 optional :image_type, enum: -> { Lithic::AccountHolderDocumentUpdatedWebhookEvent::RequiredDocumentUpload::ImageType } |
#rejected_entity_status_reasons ⇒ Array<String>?
121 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 121 optional :rejected_entity_status_reasons, Lithic::Internal::Type::ArrayOf[String] |
#status ⇒ Symbol, ...
The status of the document upload
127 128 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 127 optional :status, enum: -> { Lithic::AccountHolderDocumentUpdatedWebhookEvent::RequiredDocumentUpload::Status } |
#status_reasons ⇒ Array<String>?
133 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 133 optional :status_reasons, Lithic::Internal::Type::ArrayOf[String] |
#token ⇒ String?
The token of the document upload
98 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 98 optional :token, String |
#updated ⇒ Time?
When the document upload was last updated
139 |
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 139 optional :updated, Time |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/account_holder_document_updated_webhook_event.rb', line 169
|