Class: Aws::TaxSettings::Types::TurkeyAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TurkeyAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Turkey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#industries ⇒ String
The industry information that tells the Tax Settings API if you’re subject to additional withholding taxes.
-
#kep_email_id ⇒ String
The Registered Electronic Mail (REM) that is used to send notarized communication.
-
#secondary_tax_id ⇒ String
Secondary tax ID (“harcama birimi VKN”si”).
-
#tax_office ⇒ String
The tax office where you’re registered.
Instance Attribute Details
#industries ⇒ String
The industry information that tells the Tax Settings API if you’re subject to additional withholding taxes. This information required for business-to-business (B2B) customers. This information is conditionally mandatory for B2B customers who are subject to KDV tax.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1852 class TurkeyAdditionalInfo < Struct.new( :industries, :kep_email_id, :secondary_tax_id, :tax_office) SENSITIVE = [] include Aws::Structure end |
#kep_email_id ⇒ String
The Registered Electronic Mail (REM) that is used to send notarized communication. This parameter is optional for business-to-business (B2B) and business-to-government (B2G) customers. It’s not required for business-to-consumer (B2C) customers.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1852 class TurkeyAdditionalInfo < Struct.new( :industries, :kep_email_id, :secondary_tax_id, :tax_office) SENSITIVE = [] include Aws::Structure end |
#secondary_tax_id ⇒ String
Secondary tax ID (“harcama birimi VKN”si”). If one isn’t provided, we will use your VKN as the secondary ID.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1852 class TurkeyAdditionalInfo < Struct.new( :industries, :kep_email_id, :secondary_tax_id, :tax_office) SENSITIVE = [] include Aws::Structure end |
#tax_office ⇒ String
The tax office where you’re registered. You can enter this information as a string. The Tax Settings API will add this information to your invoice. This parameter is required for business-to-business (B2B) and business-to-government customers. It’s not required for business-to-consumer (B2C) customers.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1852 class TurkeyAdditionalInfo < Struct.new( :industries, :kep_email_id, :secondary_tax_id, :tax_office) SENSITIVE = [] include Aws::Structure end |