Class: Lithic::Models::ParsedWebhookEvent::KYBPayload::UpdateRequest::BeneficialOwnerIndividual::Address

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/lithic/models/parsed_webhook_event.rb

Overview

See Also:

Instance Attribute Summary collapse

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

#address1String

Valid deliverable address (no PO boxes).

Returns:

  • (String)


316
# File 'lib/lithic/models/parsed_webhook_event.rb', line 316

required :address1, String

#address2String?

Unit or apartment number (if applicable).

Returns:

  • (String, nil)


349
# File 'lib/lithic/models/parsed_webhook_event.rb', line 349

optional :address2, String

#cityString

Name of city.

Returns:

  • (String)


322
# File 'lib/lithic/models/parsed_webhook_event.rb', line 322

required :city, String

#countryString

Valid country code. Only USA is currently supported, entered in uppercase ISO 3166-1 alpha-3 three-character format.

Returns:

  • (String)


329
# File 'lib/lithic/models/parsed_webhook_event.rb', line 329

required :country, String

#postal_codeString

Valid postal code. Only USA ZIP codes are currently supported, entered as a five-digit ZIP or nine-digit ZIP+4.

Returns:

  • (String)


336
# File 'lib/lithic/models/parsed_webhook_event.rb', line 336

required :postal_code, String

#stateString

Valid state code. Only USA state codes are currently supported, entered in uppercase ISO 3166-2 two-character format.

Returns:

  • (String)


343
# File 'lib/lithic/models/parsed_webhook_event.rb', line 343

required :state, String