#[repr(i32)]pub enum HotelReconciliationStatus {
Unspecified = 0,
Unknown = 1,
ReservationEnabled = 2,
ReconciliationNeeded = 3,
Reconciled = 4,
Canceled = 5,
}
Expand description
Status of the hotel booking reconciliation.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
The value is unknown in this version.
ReservationEnabled = 2
Bookings are for a future date, or a stay is underway but the check-out date hasn’t passed. An active reservation can’t be reconciled.
ReconciliationNeeded = 3
Check-out has already taken place, or the booked dates have passed without cancellation. Bookings that are not reconciled within 45 days of the check-out date are billed based on the original booking price.
Reconciled = 4
These bookings have been reconciled. Reconciled bookings are billed 45 days after the check-out date.
Canceled = 5
This booking was marked as canceled. Canceled stays with a value greater than zero (due to minimum stay rules or cancellation fees) are billed 45 days after the check-out date.
Implementations§
Source§impl HotelReconciliationStatus
impl HotelReconciliationStatus
Sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
Source§impl Clone for HotelReconciliationStatus
impl Clone for HotelReconciliationStatus
Source§fn clone(&self) -> HotelReconciliationStatus
fn clone(&self) -> HotelReconciliationStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for HotelReconciliationStatus
impl Debug for HotelReconciliationStatus
Source§impl Default for HotelReconciliationStatus
impl Default for HotelReconciliationStatus
Source§fn default() -> HotelReconciliationStatus
fn default() -> HotelReconciliationStatus
Source§impl From<HotelReconciliationStatus> for i32
impl From<HotelReconciliationStatus> for i32
Source§fn from(value: HotelReconciliationStatus) -> i32
fn from(value: HotelReconciliationStatus) -> i32
Source§impl Hash for HotelReconciliationStatus
impl Hash for HotelReconciliationStatus
Source§impl Ord for HotelReconciliationStatus
impl Ord for HotelReconciliationStatus
Source§fn cmp(&self, other: &HotelReconciliationStatus) -> Ordering
fn cmp(&self, other: &HotelReconciliationStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialOrd for HotelReconciliationStatus
impl PartialOrd for HotelReconciliationStatus
impl Copy for HotelReconciliationStatus
impl Eq for HotelReconciliationStatus
impl StructuralPartialEq for HotelReconciliationStatus
Auto Trait Implementations§
impl Freeze for HotelReconciliationStatus
impl RefUnwindSafe for HotelReconciliationStatus
impl Send for HotelReconciliationStatus
impl Sync for HotelReconciliationStatus
impl Unpin for HotelReconciliationStatus
impl UnwindSafe for HotelReconciliationStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request