Class: Lithic::Models::Transaction::ServiceLocation

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/transaction.rb,
sig/lithic/models/transaction.rbs

Overview

See Also:

  • Lithic::Models::Transaction#service_location

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



657
# File 'sig/lithic/models/transaction.rbs', line 657

def initialize: (

Instance Attribute Details

#cityString?

City of service location.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


743
# File 'lib/lithic/models/transaction.rb', line 743

required :city, String, nil?: true

#countryString?

Country code of service location, ISO 3166-1 alpha-3.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


749
# File 'lib/lithic/models/transaction.rb', line 749

required :country, String, nil?: true

#postal_codeString?

Postal code of service location.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


755
# File 'lib/lithic/models/transaction.rb', line 755

required :postal_code, String, nil?: true

#stateString?

State/province code of service location, ISO 3166-2.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


761
# File 'lib/lithic/models/transaction.rb', line 761

required :state, String, nil?: true

#street_addressString?

Street address of service location.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


767
# File 'lib/lithic/models/transaction.rb', line 767

required :street_address, String, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


665
# File 'sig/lithic/models/transaction.rbs', line 665

def to_hash: -> {