Increase.InboundMailItems.InboundMailItem.Check (Increase v1.0.0)

Copy Markdown View Source

Inbound Mail Item Checks represent the checks in an Inbound Mail Item.

Fields

  • amount - The amount of the check.
  • back_file_id - The identifier for the File containing the back of the check.
  • check_deposit_id - The identifier of the Check Deposit if this check was deposited.
  • front_file_id - The identifier for the File containing the front of the check.
  • status - The status of the Inbound Mail Item Check.

Summary

Types

t()

@type t() :: %Increase.InboundMailItems.InboundMailItem.Check{
  amount: integer(),
  back_file_id: String.t() | nil,
  check_deposit_id: String.t() | nil,
  front_file_id: String.t() | nil,
  status: String.t() | nil
}