Class: Increase::Models::WireTransferCreateParams::Remittance::Tax

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/wire_transfer_create_params.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Increase::Internal::Type::BaseModel

Instance Attribute Details

#dateDate

The month and year the tax payment is for, in YYYY-MM-DD format. The day is ignored.

Returns:

  • (Date)


230
# File 'lib/increase/models/wire_transfer_create_params.rb', line 230

required :date, Date

#identification_numberString

The 9-digit Tax Identification Number (TIN) or Employer Identification Number (EIN).

Returns:

  • (String)


237
# File 'lib/increase/models/wire_transfer_create_params.rb', line 237

required :identification_number, String

#type_codeString

The 5-character tax type code.

Returns:

  • (String)


243
# File 'lib/increase/models/wire_transfer_create_params.rb', line 243

required :type_code, String