HapiDataInfo

class HapiDataInfo(Operator: List<HapiOperator>, Product: List<HapiProduct>, ProductCategory: List<HapiProductCategory>, begin: LocalDate, end: LocalDate) : HapiResponse

Contains information about master data.

Constructors

HapiDataInfo
Link copied to clipboard
fun HapiDataInfo(Operator: List<HapiOperator> = emptyList(), Product: List<HapiProduct> = emptyList(), ProductCategory: List<HapiProductCategory> = emptyList(), begin: LocalDate, end: LocalDate)

Properties

begin
Link copied to clipboard
val begin: LocalDate
dialectVersion
Link copied to clipboard
val dialectVersion: String? = null
end
Link copied to clipboard
val end: LocalDate
errorCode
Link copied to clipboard
val errorCode: String? = null
errorText
Link copied to clipboard
val errorText: String? = null
Operator
Link copied to clipboard
val Operator: List<HapiOperator>
planRtTs
Link copied to clipboard
val planRtTs: Long? = null
Product
Link copied to clipboard
val Product: List<HapiProduct>
ProductCategory
Link copied to clipboard
val ProductCategory: List<HapiProductCategory>
requestId
Link copied to clipboard
val requestId: String? = null
serverVersion
Link copied to clipboard
val serverVersion: String? = null
TechnicalMessages
Link copied to clipboard
val TechnicalMessages: List<HapiPair>
version
Link copied to clipboard
val version: String? = null