After the validation is submitted to the card network, this will contain supplemental details.
Fields
retrieval_reference_number- A 12-digit retrieval reference number that identifies the validation. Usually a combination of a timestamp and the trace number.submitted_at- The ISO 8601 date and time at which the validation was submitted to the card network.trace_number- A 6-digit trace number that identifies the validation within a short time window.
Summary
Types
@type t() :: %Increase.CardValidations.CardValidation.Submission{ retrieval_reference_number: String.t(), submitted_at: DateTime.t(), trace_number: String.t() }