Class: Increase::Models::CheckTransfer::PhysicalCheck::Payer

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

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

#initializePayer

Returns a new instance of Payer.

Parameters:

  • contents: (String)


409
# File 'sig/increase/models/check_transfer.rbs', line 409

def initialize: (contents: String) -> void

Instance Attribute Details

#contentsString

The contents of the line.

Parameters:

  • value (String)

Returns:

  • (String)


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

required :contents, String

Instance Method Details

#to_hash{ contents: String }

Returns:

  • ({ contents: String })


411
# File 'sig/increase/models/check_transfer.rbs', line 411

def to_hash: -> { contents: String }