Class: Increase::Models::CheckTransfer::Mailing

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#image_idString

The ID of the file corresponding to an image of the check that was mailed, if available.

Returns:

  • (String)


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

required :image_id, String

#mailed_atString

The ISO 8601 date and time at which the check was mailed.

Returns:

  • (String)


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

required :mailed_at, String