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

Copy Markdown View Source

Details of the voided check export. This field will be present when the category is equal to voided_check.

Fields

  • account_number_id - The Account Number for the voided check.
  • payer - The payer information printed on the check.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.VoidedCheck{
  account_number_id: String.t(),
  payer: [Increase.Exports.Export.VoidedCheck.Payer.t()]
}