Class: Increase::Models::RealTimePaymentsTransfer::Submission

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#submitted_atString

The ISO 8601 date and time at which the transfer was submitted to The Clearing House.

Returns:

  • (String)


248
# File 'lib/increase/models/real_time_payments_transfer.rb', line 248

required :submitted_at, String

#transaction_identificationString

The Real-Time Payments network identification of the transfer.

Returns:

  • (String)


253
# File 'lib/increase/models/real_time_payments_transfer.rb', line 253

required :transaction_identification, String