Class: Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual::Address

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/lithic/models/account_holder_update_response.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).



285
# File 'lib/lithic/models/account_holder_update_response.rb', line 285

required :address1, String

#address2String?

Unit or apartment number (if applicable).



318
# File 'lib/lithic/models/account_holder_update_response.rb', line 318

optional :address2, String

#cityString

Name of city.



291
# File 'lib/lithic/models/account_holder_update_response.rb', line 291

required :city, String

#countryString

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



298
# File 'lib/lithic/models/account_holder_update_response.rb', line 298

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.



305
# File 'lib/lithic/models/account_holder_update_response.rb', line 305

required :postal_code, String

#stateString

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



312
# File 'lib/lithic/models/account_holder_update_response.rb', line 312

required :state, String