Class: Increase::Models::RealTimePaymentsTransfer::Submission
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::RealTimePaymentsTransfer::Submission
- Defined in:
- lib/increase/models/real_time_payments_transfer.rb
Instance Attribute Summary collapse
-
#submitted_at ⇒ String
The ISO 8601 date and time at which the transfer was submitted to The Clearing House.
-
#transaction_identification ⇒ String
The Real-Time Payments network identification of the transfer.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#submitted_at ⇒ String
The ISO 8601 date and time at which the transfer was submitted to The Clearing House.
248 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 248 required :submitted_at, String |
#transaction_identification ⇒ String
The Real-Time Payments network identification of the transfer.
253 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 253 required :transaction_identification, String |