Increase. InboundRealTimePaymentsTransfers. InboundRealTimePaymentsTransfer. Confirmation
(Increase v1.0.0)
Copy Markdown
View Source
If your transfer is confirmed, this will contain details of the confirmation.
Fields
confirmed_at- The time at which the transfer was confirmed.transaction_id- The id of the transaction for the confirmed transfer.
Summary
Types
@type t() :: %Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.Confirmation{ confirmed_at: DateTime.t(), transaction_id: String.t() }