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)


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

required :city, String

#line1String

The submitted address line 1.

Returns:

  • (String)


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

required :line1, String

#line2String?

The submitted address line 2.

Returns:

  • (String, nil)


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

required :line2, String, nil?: true

#recipient_nameString

The submitted recipient name.

Returns:

  • (String)


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

required :recipient_name, String

#stateString

The submitted address state.

Returns:

  • (String)


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

required :state, String

#zipString

The submitted address zip.

Returns:

  • (String)


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

required :zip, String