TrustedEntityInformation

@Serializable
data class TrustedEntityInformation(val teName: TEName, val teAddress: TEAddress, val teInformationURI: List<MultilingualPointer>, val teTradeName: TETradeName? = null, val teInformationExtensions: List<TEInformationExtension>? = null)(source)

Constructors

Link copied to clipboard
constructor(teName: TEName, teAddress: TEAddress, teInformationURI: List<MultilingualPointer>, teTradeName: TETradeName? = null, teInformationExtensions: List<TEInformationExtension>? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "TEAddress")
val teAddress: TEAddress
Link copied to clipboard
@SerialName(value = "TEInformationExtensions")
val teInformationExtensions: List<TEInformationExtension>?
Link copied to clipboard
@SerialName(value = "TEInformationURI")
val teInformationURI: List<MultilingualPointer>
Link copied to clipboard
@SerialName(value = "TEName")
val teName: TEName
Link copied to clipboard
@SerialName(value = "TETradeName")
val teTradeName: TETradeName?