Class: Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload
- Defined in:
- lib/lithic/models/account_holder_updated_webhook_event.rb
Defined Under Namespace
Modules: EventType Classes: UpdateRequest
Instance Attribute Summary collapse
-
#event_type ⇒ Symbol, ...
The type of event that occurred.
-
#external_id ⇒ String?
A user provided id that can be used to link an account holder with an external system.
-
#nature_of_business ⇒ String?
Short description of the company’s line of business (i.e., what does the company do?).
-
#token ⇒ String
The token of the account_holder that was created.
-
#update_request ⇒ Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest
Original request to update the account holder.
-
#website_url ⇒ String?
Company website URL.
Instance Method Summary collapse
-
#initialize(address1:, city:, country:, postal_code:, state:, address2: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see UpdateRequest::ControlPerson::Address 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(address1:, city:, country:, postal_code:, state:, address2: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::ControlPerson::Address for more details.
Individual’s current address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
|
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 57
|
Instance Attribute Details
#event_type ⇒ Symbol, ...
The type of event that occurred.
35 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 35 optional :event_type, enum: -> { Lithic::AccountHolderUpdatedWebhookEvent::KYBPayload::EventType } |
#external_id ⇒ String?
A user provided id that can be used to link an account holder with an external system
42 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 42 optional :external_id, String |
#nature_of_business ⇒ String?
Short description of the company’s line of business (i.e., what does the company do?).
49 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 49 optional :nature_of_business, String |
#token ⇒ String
The token of the account_holder that was created.
23 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 23 required :token, String |
#update_request ⇒ Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest
Original request to update the account holder.
29 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 29 required :update_request, -> { Lithic::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest } |
#website_url ⇒ String?
Company website URL.
55 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 55 optional :website_url, String |