Header

@JsonClass(generateAdapter = true)
data class Header(val source: String, val code: Int, val message: String, val systemTime: Long, val trackingId: String, val errors: List<ErrorDetail>?)

Constructors

Link copied to clipboard
constructor(source: String, code: Int, message: String, systemTime: Long, trackingId: String, errors: List<ErrorDetail>?)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Json(name = "system_time")
val systemTime: Long
Link copied to clipboard
@Json(name = "tracking_id")
val trackingId: String