Class: Increase::Models::FednowTransfer::CreditorAddress

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

Overview

See Also:

  • Increase::Models::FednowTransfer#creditor_address

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



245
# File 'sig/increase/models/fednow_transfer.rbs', line 245

def initialize: (

Instance Attribute Details

#cityString?

The city, district, town, or village of the address.

Parameters:

Returns:



381
# File 'lib/increase/models/fednow_transfer.rb', line 381

required :city, String, nil?: true

#line1String?

The first line of the address.

Parameters:

Returns:



387
# File 'lib/increase/models/fednow_transfer.rb', line 387

required :line1, String, nil?: true

#postal_codeString?

The ZIP code of the address.

Parameters:

Returns:



393
# File 'lib/increase/models/fednow_transfer.rb', line 393

required :postal_code, String, nil?: true

#stateString?

The address state.

Parameters:

Returns:



399
# File 'lib/increase/models/fednow_transfer.rb', line 399

required :state, String, nil?: true

Instance Method Details

#to_hash{

Returns:



252
# File 'sig/increase/models/fednow_transfer.rbs', line 252

def to_hash: -> {