Class: Increase::Models::InboundCheckDeposit::DepositReturn
- Defined in:
- lib/increase/models/inbound_check_deposit.rb
Instance Attribute Summary collapse
-
#reason ⇒ Symbol
The reason the deposit was returned.
-
#returned_at ⇒ String
The time at which the deposit was returned.
-
#transaction_id ⇒ String
The id of the transaction for the returned deposit.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#reason ⇒ Symbol
The reason the deposit was returned.
100 101 |
# File 'lib/increase/models/inbound_check_deposit.rb', line 100 required :reason, Increase::Enum.new(:altered_or_fictitious, :not_authorized, :duplicate_presentment, :endorsement_missing) |
#returned_at ⇒ String
The time at which the deposit was returned.
106 |
# File 'lib/increase/models/inbound_check_deposit.rb', line 106 required :returned_at, String |
#transaction_id ⇒ String
The id of the transaction for the returned deposit.
111 |
# File 'lib/increase/models/inbound_check_deposit.rb', line 111 required :transaction_id, String |