Class: Lithic::Models::ParsedWebhookEvent::KYCPayload::UpdateRequest::Individual::Address

Inherits:
Internal::Type::BaseModel 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).



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

required :address1, String

#address2String?

Unit or apartment number (if applicable).



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

optional :address2, String

#cityString

Name of city.



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

required :city, String

#countryString

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



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

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.



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

required :postal_code, String

#stateString

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



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

required :state, String