Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Signature (Increase v1.0.0)

Copy Markdown View Source

The signature that will appear on the check.

Fields

  • image_file_id - The ID of a File containing a PNG of the signature.
  • text - The text that will appear as the signature on the check in cursive font.

Summary

Types

t()

@type t() :: %Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Signature{
  image_file_id: String.t() | nil,
  text: String.t() | nil
}