InquiryValidation interface
Validation for inquired protectable items under a given container.
Properties
additional |
Error Additional Detail in case the status is non-success. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Error Detail in case the status is non-success. |
protectable |
Dictionary to store the count of ProtectableItems with key POType. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Status for the Inquiry Validation. |
Property Details
additionalDetail
Error Additional Detail in case the status is non-success. NOTE: This property will not be serialized. It can only be populated by the server.
additionalDetail?: string
Property Value
string
errorDetail
Error Detail in case the status is non-success.
errorDetail?: ErrorDetail
Property Value
protectableItemCount
Dictionary to store the count of ProtectableItems with key POType. NOTE: This property will not be serialized. It can only be populated by the server.
protectableItemCount?: Record<string, unknown>
Property Value
Record<string, unknown>
status
Status for the Inquiry Validation.
status?: string
Property Value
string