Increase.InboundACHTransfers.InboundACHTransfer.NotificationOfChange (Increase v1.0.0)

Copy Markdown View Source

If you initiate a notification of change in response to the transfer, this will contain its details.

Fields

  • updated_account_number - The new account number provided in the notification of change.
  • updated_routing_number - The new routing number provided in the notification of change.

Summary

Types

t()

@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.NotificationOfChange{
  updated_account_number: String.t() | nil,
  updated_routing_number: String.t() | nil
}