Increase.Exports.Export.AccountVerificationLetter (Increase v1.0.0)

Copy Markdown View Source

Details of the account verification letter export. This field will be present when the category is equal to account_verification_letter.

Fields

  • account_number_id - The Account Number to create a letter for.
  • balance_date - The date of the balance to include in the letter.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.AccountVerificationLetter{
  account_number_id: String.t(),
  balance_date: Date.t() | nil
}