If your account requires approvals for transfers and the transfer was not approved, this will contain details of the cancellation.
Fields
canceled_at- The ISO 8601 date and time at which the Transfer was canceled.canceled_by- If the Transfer was canceled by a user in the dashboard, the email address of that user.
Summary
Types
@type t() :: %Increase.ACHTransfers.ACHTransfer.Cancellation{ canceled_at: DateTime.t(), canceled_by: String.t() | nil }