Class: Increase::Models::CheckDeposit::DepositSubmission
- Defined in:
- lib/increase/models/check_deposit.rb
Instance Attribute Summary collapse
-
#back_file_id ⇒ String
The ID for the File containing the check back image that was submitted to the Check21 network.
-
#front_file_id ⇒ String
The ID for the File containing the check front image that was submitted to the Check21 network.
-
#submitted_at ⇒ String
When the check deposit was submitted to the Check21 network for processing.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#back_file_id ⇒ String
The ID for the File containing the check back image that was submitted to the Check21 network.
231 |
# File 'lib/increase/models/check_deposit.rb', line 231 required :back_file_id, String |
#front_file_id ⇒ String
The ID for the File containing the check front image that was submitted to the Check21 network.
236 |
# File 'lib/increase/models/check_deposit.rb', line 236 required :front_file_id, String |
#submitted_at ⇒ String
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.
241 |
# File 'lib/increase/models/check_deposit.rb', line 241 required :submitted_at, String |