Class: Increase::Models::CheckTransfer::Mailing
- Defined in:
- lib/increase/models/check_transfer.rb
Instance Attribute Summary collapse
-
#image_id ⇒ String
The ID of the file corresponding to an image of the check that was mailed, if available.
-
#mailed_at ⇒ String
The ISO 8601 date and time at which the check was mailed.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#image_id ⇒ String
The ID of the file corresponding to an image of the check that was mailed, if available.
204 |
# File 'lib/increase/models/check_transfer.rb', line 204 required :image_id, String |
#mailed_at ⇒ String
The ISO 8601 date and time at which the check was mailed.
209 |
# File 'lib/increase/models/check_transfer.rb', line 209 required :mailed_at, String |