Class: Increase::Models::CheckDeposit::DepositSubmission

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#back_file_idString

The ID for the File containing the check back image that was submitted to the Check21 network.

Returns:

  • (String)


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

required :back_file_id, String

#front_file_idString

The ID for the File containing the check front image that was submitted to the Check21 network.

Returns:

  • (String)


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

required :front_file_id, String

#submitted_atString

When the check deposit was submitted to the Check21 network for processing. During business days, this happens within a few hours of the check being accepted by Increase.

Returns:

  • (String)


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

required :submitted_at, String