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

Copy Markdown View Source

Details of the Form 1099-MISC export. This field will be present when the category is equal to form_1099_misc.

Fields

  • account_id - The Account the tax form is for.
  • corrected - Whether the tax form is a corrected form.
  • year - The tax year for the tax form.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.Form1099Misc{
  account_id: String.t(),
  corrected: boolean(),
  year: integer()
}