Class: WhopSDK::Models::VerificationListResponse::Data::Address
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::VerificationListResponse::Data::Address
- Defined in:
- lib/whop_sdk/models/verification_list_response.rb,
sig/whop_sdk/models/verification_list_response.rbs
Overview
Instance Attribute Summary collapse
- #city ⇒ String?
-
#country ⇒ String?
Two-letter ISO 3166-1 country code, for example
US,DE, orGB. -
#line1 ⇒ String?
First line of the street address.
-
#line2 ⇒ String?
Second line of the street address.
-
#postal_code ⇒ String?
Postal or ZIP code.
-
#state ⇒ String?
State, province, or region code, for example
CA.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize ⇒ Object
154 |
# File 'sig/whop_sdk/models/verification_list_response.rbs', line 154
def initialize: (
|
Instance Attribute Details
#city ⇒ String?
155 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 155 optional :city, String, nil?: true |
#country ⇒ String?
Two-letter ISO 3166-1 country code, for example US, DE, or GB.
161 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 161 optional :country, String, nil?: true |
#line1 ⇒ String?
First line of the street address.
167 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 167 optional :line1, String |
#line2 ⇒ String?
Second line of the street address.
173 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 173 optional :line2, String, nil?: true |
#postal_code ⇒ String?
Postal or ZIP code.
179 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 179 optional :postal_code, String, nil?: true |
#state ⇒ String?
State, province, or region code, for example CA.
185 |
# File 'lib/whop_sdk/models/verification_list_response.rb', line 185 optional :state, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
163 |
# File 'sig/whop_sdk/models/verification_list_response.rbs', line 163
def to_hash: -> {
|