Increase. InboundACHTransfers. InboundACHTransfer. TransferReturn
(Increase v1.0.0)
Copy Markdown
View Source
If your transfer is returned, this will contain details of the return.
Fields
reason- The reason for the transfer return.returned_at- The time at which the transfer was returned.transaction_id- The id of the transaction for the returned transfer.
Summary
Types
@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.TransferReturn{ reason: String.t(), returned_at: DateTime.t(), transaction_id: String.t() }