Increase.WireTransfers.WireTransfer.Remittance.Tax (Increase v1.0.0)

Copy Markdown View Source

Internal Revenue Service (IRS) tax repayment information. Required if category is equal to tax.

Fields

  • date - The month and year the tax payment is for, in YYYY-MM-DD format. The day is ignored.
  • identification_number - The 9-digit Tax Identification Number (TIN) or Employer Identification Number (EIN).
  • type_code - The 5-character tax type code.

Summary

Types

t()

@type t() :: %Increase.WireTransfers.WireTransfer.Remittance.Tax{
  date: Date.t(),
  identification_number: String.t(),
  type_code: String.t()
}