Class: Increase::Models::CheckTransfer::Submission::SubmittedAddress

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/check_transfer.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 Increase::Internal::Type::BaseModel

Instance Attribute Details

#cityString

The submitted address city.

Returns:

  • (String)


966
# File 'lib/increase/models/check_transfer.rb', line 966

required :city, String

#line1String

The submitted address line 1.

Returns:

  • (String)


972
# File 'lib/increase/models/check_transfer.rb', line 972

required :line1, String

#line2String?

The submitted address line 2.

Returns:

  • (String, nil)


978
# File 'lib/increase/models/check_transfer.rb', line 978

required :line2, String, nil?: true

#recipient_nameString

The submitted recipient name.

Returns:

  • (String)


984
# File 'lib/increase/models/check_transfer.rb', line 984

required :recipient_name, String

#stateString

The submitted address state.

Returns:

  • (String)


990
# File 'lib/increase/models/check_transfer.rb', line 990

required :state, String

#zipString

The submitted address zip.

Returns:

  • (String)


996
# File 'lib/increase/models/check_transfer.rb', line 996

required :zip, String