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

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/check_transfer.rb

Defined Under Namespace

Classes: MailingAddress, ReturnAddress

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#mailing_addressIncrease::Models::CheckTransfer::PhysicalCheck::MailingAddress

Details for where Increase will mail the check.



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

required :mailing_address, -> { Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress }

#memoString

The descriptor that will be printed on the memo field on the check.

Returns:

  • (String)


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

required :memo, String

#noteString

The descriptor that will be printed on the letter included with the check.

Returns:

  • (String)


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

required :note, String

#recipient_nameString

The name that will be printed on the check.

Returns:

  • (String)


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

required :recipient_name, String

#return_addressIncrease::Models::CheckTransfer::PhysicalCheck::ReturnAddress

The return address to be printed on the check.



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

required :return_address, -> { Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress }

#signature_textString

The text that will appear as the signature on the check in cursive font. If blank, the check will be printed with 'No signature required'.

Returns:

  • (String)


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

required :signature_text, String