Class: Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::ControlPerson::Address
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::ControlPerson::Address
- Defined in:
- lib/lithic/models/account_holder_updated_webhook_event.rb
Overview
Instance Attribute Summary collapse
-
#address1 ⇒ String
Valid deliverable address (no PO boxes).
-
#address2 ⇒ String?
Unit or apartment number (if applicable).
-
#city ⇒ String
Name of city.
-
#country ⇒ String
Valid country code.
-
#postal_code ⇒ String
Valid postal code.
-
#state ⇒ String
Valid state code.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Lithic::Internal::Type::BaseModel
Instance Attribute Details
#address1 ⇒ String
Valid deliverable address (no PO boxes).
326 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 326 required :address1, String |
#address2 ⇒ String?
Unit or apartment number (if applicable).
359 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 359 optional :address2, String |
#city ⇒ String
Name of city.
332 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 332 required :city, String |
#country ⇒ String
Valid country code. Only USA is currently supported, entered in uppercase ISO 3166-1 alpha-3 three-character format.
339 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 339 required :country, String |
#postal_code ⇒ String
Valid postal code. Only USA ZIP codes are currently supported, entered as a five-digit ZIP or nine-digit ZIP+4.
346 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 346 required :postal_code, String |
#state ⇒ String
Valid state code. Only USA state codes are currently supported, entered in uppercase ISO 3166-2 two-character format.
353 |
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 353 required :state, String |