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