If your account requires approvals for transfers and the transfer was approved, this will contain details of the approval.
Fields
approved_at- The ISO 8601 date and time at which the transfer was approved.approved_by- If the Transfer was approved by a user in the dashboard, the email address of that user.
Summary
Types
@type t() :: %Increase.CheckTransfers.CheckTransfer.Approval{ approved_at: DateTime.t(), approved_by: String.t() | nil }