If your transfer is declined, this will contain details of the decline.
Fields
declined_at- The time at which the transfer was declined.declined_transaction_id- The id of the transaction for the declined transfer.reason- The reason for the transfer decline.
Summary
Types
@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.Decline{ declined_at: DateTime.t(), declined_transaction_id: String.t(), reason: String.t() }