Class: Lithic::Models::ThreeDSAuthentication::Cardholder::ShippingAddress

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/three_ds_authentication.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 Lithic::Internal::Type::BaseModel

Instance Attribute Details

#address1String?

First line of the street address provided by the cardholder.

Returns:

  • (String, nil)


433
# File 'lib/lithic/models/three_ds_authentication.rb', line 433

optional :address1, String, nil?: true

#address2String?

Second line of the street address provided by the cardholder.

Returns:

  • (String, nil)


439
# File 'lib/lithic/models/three_ds_authentication.rb', line 439

optional :address2, String, nil?: true

#address3String?

Third line of the street address provided by the cardholder.

Returns:

  • (String, nil)


445
# File 'lib/lithic/models/three_ds_authentication.rb', line 445

optional :address3, String, nil?: true

#cityString?

City of the address provided by the cardholder.

Returns:

  • (String, nil)


451
# File 'lib/lithic/models/three_ds_authentication.rb', line 451

optional :city, String, nil?: true

#countryString?

Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format (e.g. USA)

Returns:

  • (String, nil)


458
# File 'lib/lithic/models/three_ds_authentication.rb', line 458

optional :country, String, nil?: true

#postal_codeString?

Postal code (e.g., ZIP code) of the address provided by the cardholder

Returns:

  • (String, nil)


464
# File 'lib/lithic/models/three_ds_authentication.rb', line 464

optional :postal_code, String, nil?: true