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