Class: Aws::TaxSettings::Types::PhilippinesAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in the Philippines.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_vat_registeredBoolean

Indicates whether the account is VAT-registered with the Philippines Bureau of Internal Revenue (BIR).

Returns:

  • (Boolean)


1346
1347
1348
1349
1350
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1346

class PhilippinesAdditionalInfo < Struct.new(
  :is_vat_registered)
  SENSITIVE = []
  include Aws::Structure
end