Class: Increase::Models::InboundACHTransfer::NotificationOfChange
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::InboundACHTransfer::NotificationOfChange
- Defined in:
- lib/increase/models/inbound_ach_transfer.rb
Instance Attribute Summary collapse
-
#updated_account_number ⇒ String
The new account number provided in the notification of change.
-
#updated_routing_number ⇒ String
The new account number provided in the notification of change.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#updated_account_number ⇒ String
The new account number provided in the notification of change.
419 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 419 required :updated_account_number, String |
#updated_routing_number ⇒ String
The new account number provided in the notification of change.
424 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 424 required :updated_routing_number, String |