Class: ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Address

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/context_dev/models/brand_identify_from_transaction_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 ContextDev::Internal::Type::BaseModel

Instance Attribute Details

#cityString?

City name

Returns:

  • (String, nil)


183
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 183

optional :city, String

#countryString?

Country name

Returns:

  • (String, nil)


189
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 189

optional :country, String

#country_codeString?

Country code

Returns:

  • (String, nil)


195
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 195

optional :country_code, String

#postal_codeString?

Postal or ZIP code

Returns:

  • (String, nil)


201
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 201

optional :postal_code, String

#state_codeString?

State or province code

Returns:

  • (String, nil)


207
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 207

optional :state_code, String

#state_provinceString?

State or province name

Returns:

  • (String, nil)


213
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 213

optional :state_province, String

#streetString?

Street address

Returns:

  • (String, nil)


219
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 219

optional :street, String