AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
taxsettings
/
aws.sdk.kotlin.services.taxsettings.model
/
SaudiArabiaTaxRegistrationNumberType
Saudi
Arabia
Tax
Registration
Number
Type
sealed
class
SaudiArabiaTaxRegistrationNumberType
Inheritors
CommercialRegistrationNumber
TaxIdentificationNumber
TaxRegistrationNumber
SdkUnknown
Members
Types
Commercial
Registration
Number
Link copied to clipboard
object
CommercialRegistrationNumber
:
SaudiArabiaTaxRegistrationNumberType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SaudiArabiaTaxRegistrationNumberType
Tax
Identification
Number
Link copied to clipboard
object
TaxIdentificationNumber
:
SaudiArabiaTaxRegistrationNumberType
Tax
Registration
Number
Link copied to clipboard
object
TaxRegistrationNumber
:
SaudiArabiaTaxRegistrationNumberType
Properties
value
Link copied to clipboard
abstract
val
value
:
String