After the transfer is submitted, this will contain supplemental details.
Fields
preview_file_id- The ID of the file corresponding to an image of the check that was mailed, if available.submitted_address- The address we submitted to the printer. This is what is physically printed on the check.submitted_at- When this check was submitted to our check printer.tracking_number- The tracking number for the check shipment.
Summary
Types
@type t() :: %Increase.CheckTransfers.CheckTransfer.Submission{ preview_file_id: String.t() | nil, submitted_address: Increase.CheckTransfers.CheckTransfer.Submission.SubmittedAddress.t(), submitted_at: DateTime.t(), tracking_number: String.t() | nil }