Class: Lithic::Models::CardAuthorization::ServiceLocation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardAuthorization::ServiceLocation
- Defined in:
- lib/lithic/models/card_authorization.rb,
sig/lithic/models/card_authorization.rbs
Overview
Instance Attribute Summary collapse
-
#city ⇒ String?
City of service location.
-
#country ⇒ String?
Country code of service location, ISO 3166-1 alpha-3.
-
#postal_code ⇒ String?
Postal code of service location.
-
#state ⇒ String?
State/province code of service location, ISO 3166-2.
-
#street_address ⇒ String?
Street address of service location.
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
546 |
# File 'sig/lithic/models/card_authorization.rbs', line 546
def initialize: (
|
Instance Attribute Details
#city ⇒ String?
City of service location.
731 |
# File 'lib/lithic/models/card_authorization.rb', line 731 required :city, String, nil?: true |
#country ⇒ String?
Country code of service location, ISO 3166-1 alpha-3.
737 |
# File 'lib/lithic/models/card_authorization.rb', line 737 required :country, String, nil?: true |
#postal_code ⇒ String?
Postal code of service location.
743 |
# File 'lib/lithic/models/card_authorization.rb', line 743 required :postal_code, String, nil?: true |
#state ⇒ String?
State/province code of service location, ISO 3166-2.
749 |
# File 'lib/lithic/models/card_authorization.rb', line 749 required :state, String, nil?: true |
#street_address ⇒ String?
Street address of service location.
755 |
# File 'lib/lithic/models/card_authorization.rb', line 755 required :street_address, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
554 |
# File 'sig/lithic/models/card_authorization.rbs', line 554
def to_hash: -> {
|