ReservationSummary interface
The roll up count summary of reservations in each state
Properties
cancelled |
The number of reservation in Cancelled state NOTE: This property will not be serialized. It can only be populated by the server. |
expired |
The number of reservation in Expired state NOTE: This property will not be serialized. It can only be populated by the server. |
expiring |
The number of reservation in Expiring state NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
The number of reservation in Failed state NOTE: This property will not be serialized. It can only be populated by the server. |
no |
The number of reservation in 'No Benefit' state NOTE: This property will not be serialized. It can only be populated by the server. |
pending |
The number of reservation in Pending state NOTE: This property will not be serialized. It can only be populated by the server. |
processing |
The number of reservation in Processing state NOTE: This property will not be serialized. It can only be populated by the server. |
succeeded |
The number of reservation in Succeeded state NOTE: This property will not be serialized. It can only be populated by the server. |
warning |
The number of reservation in Warning state NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cancelledCount
The number of reservation in Cancelled state NOTE: This property will not be serialized. It can only be populated by the server.
cancelledCount?: number
Property Value
number
expiredCount
The number of reservation in Expired state NOTE: This property will not be serialized. It can only be populated by the server.
expiredCount?: number
Property Value
number
expiringCount
The number of reservation in Expiring state NOTE: This property will not be serialized. It can only be populated by the server.
expiringCount?: number
Property Value
number
failedCount
The number of reservation in Failed state NOTE: This property will not be serialized. It can only be populated by the server.
failedCount?: number
Property Value
number
noBenefitCount
The number of reservation in 'No Benefit' state NOTE: This property will not be serialized. It can only be populated by the server.
noBenefitCount?: number
Property Value
number
pendingCount
The number of reservation in Pending state NOTE: This property will not be serialized. It can only be populated by the server.
pendingCount?: number
Property Value
number
processingCount
The number of reservation in Processing state NOTE: This property will not be serialized. It can only be populated by the server.
processingCount?: number
Property Value
number
succeededCount
The number of reservation in Succeeded state NOTE: This property will not be serialized. It can only be populated by the server.
succeededCount?: number
Property Value
number
warningCount
The number of reservation in Warning state NOTE: This property will not be serialized. It can only be populated by the server.
warningCount?: number
Property Value
number