Increase. RealTimePaymentsTransfers. RealTimePaymentsTransfer. Approval
(Increase v1.0.0)
Copy Markdown
View Source
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.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Approval{ approved_at: DateTime.t(), approved_by: String.t() | nil }