Class: Stigg::Models::V1::Events::Credits::GrantCreateParams::BillingInformation::BillingAddress
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::Events::Credits::GrantCreateParams::BillingInformation::BillingAddress
- Defined in:
- lib/stigg/models/v1/events/credits/grant_create_params.rb
Overview
Instance Attribute Summary collapse
-
#city ⇒ String?
City name.
-
#country ⇒ String?
Country code or name.
-
#line1 ⇒ String?
Street address line 1.
-
#line2 ⇒ String?
Street address line 2.
-
#postal_code ⇒ String?
Postal or ZIP code.
-
#state ⇒ String?
State or province.
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 Stigg::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ String?
City name
195 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 195 optional :city, String |
#country ⇒ String?
Country code or name
201 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 201 optional :country, String |
#line1 ⇒ String?
Street address line 1
207 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 207 optional :line1, String |
#line2 ⇒ String?
Street address line 2
213 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 213 optional :line2, String |
#postal_code ⇒ String?
Postal or ZIP code
219 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 219 optional :postal_code, String, api_name: :postalCode |
#state ⇒ String?
State or province
225 |
# File 'lib/stigg/models/v1/events/credits/grant_create_params.rb', line 225 optional :state, String |