toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
PartyType
Party
Type
sealed
class
PartyType
Deprecated
No longer recommended for use. See AWS API documentation for more details.
Inheritors
Business
Individual
Other
SdkUnknown
Members
Types
Business
Link copied to clipboard
object
Business
:
PartyType
Companion
Link copied to clipboard
object
Companion
Individual
Link copied to clipboard
object
Individual
:
PartyType
Other
Link copied to clipboard
object
Other
:
PartyType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PartyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String