ReservationExtendedStatusInfo Class

Extended status information for the reservation.

Constructor

ReservationExtendedStatusInfo(*args: Any, **kwargs: Any)

Variables

Name Description
status_code

The status of the reservation. Known values are: "None", "Pending", "Processing", "Active", "PurchaseError", "PaymentInstrumentError", "Split", "Merged", "Expired", "Succeeded", "CapacityError", "CapacityRestricted", "Exchanged", "UnknownError", "RiskCheckFailed", "CreditLineCheckFailed", "Warning", "NoBenefitDueToSubscriptionTransfer", "NoBenefitDueToSubscriptionDeletion", and "NoBenefit".

message
str

The message giving detailed information about the status code.

properties

Properties for extended status information.

Attributes

message

The message giving detailed information about the status code.

message: str | None

properties

Properties for extended status information.

properties: _models.ExtendedStatusDefinitionProperties | None

status_code

"None", "Pending", "Processing", "Active", "PurchaseError", "PaymentInstrumentError", "Split", "Merged", "Expired", "Succeeded", "CapacityError", "CapacityRestricted", "Exchanged", "UnknownError", "RiskCheckFailed", "CreditLineCheckFailed", "Warning", "NoBenefitDueToSubscriptionTransfer", "NoBenefitDueToSubscriptionDeletion", and "NoBenefit".

status_code: str | _models.ReservationStatusCode | None