ReservationSummary interface

The roll up count summary of reservations in each state

Properties

cancelledCount

The number of reservation in Cancelled state NOTE: This property will not be serialized. It can only be populated by the server.

expiredCount

The number of reservation in Expired state NOTE: This property will not be serialized. It can only be populated by the server.

expiringCount

The number of reservation in Expiring state NOTE: This property will not be serialized. It can only be populated by the server.

failedCount

The number of reservation in Failed state NOTE: This property will not be serialized. It can only be populated by the server.

noBenefitCount

The number of reservation in NoBenefit state NOTE: This property will not be serialized. It can only be populated by the server.

pendingCount

The number of reservation in Pending state NOTE: This property will not be serialized. It can only be populated by the server.

processingCount

The number of reservation in Processing state NOTE: This property will not be serialized. It can only be populated by the server.

succeededCount

The number of reservation in Succeeded state NOTE: This property will not be serialized. It can only be populated by the server.

warningCount

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 NoBenefit 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