Class: Increase::Models::InboundACHTransfer::NotificationOfChange

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#updated_account_numberString

The new account number provided in the notification of change.

Returns:

  • (String)


419
# File 'lib/increase/models/inbound_ach_transfer.rb', line 419

required :updated_account_number, String

#updated_routing_numberString

The new account number provided in the notification of change.

Returns:

  • (String)


424
# File 'lib/increase/models/inbound_ach_transfer.rb', line 424

required :updated_routing_number, String