InquiryValidationResponse

data class InquiryValidationResponse(val additionalDetail: String, val errorDetail: ErrorDetailResponse? = null, val protectableItemCount: Any, val status: String? = null)

Validation for inquired protectable items under a given container.

Constructors

Link copied to clipboard
constructor(additionalDetail: String, errorDetail: ErrorDetailResponse? = null, protectableItemCount: Any, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error Additional Detail in case the status is non-success.

Link copied to clipboard

Error Detail in case the status is non-success.

Link copied to clipboard

Dictionary to store the count of ProtectableItems with key POType.

Link copied to clipboard
val status: String? = null

Status for the Inquiry Validation.