If the validation is rejected by the card network or the destination financial institution, this will contain supplemental details.
Fields
declined_at- The ISO 8601 date and time at which the validation was declined.network_transaction_identifier- A unique identifier for the transaction on the card network.reason- The reason why the validation was declined.
Summary
Types
@type t() :: %Increase.CardValidations.CardValidation.Decline{ declined_at: DateTime.t(), network_transaction_identifier: String.t() | nil, reason: String.t() }