Enum google_api_proto::google::ads::googleads::v17::enums::hotel_reconciliation_status_enum::HotelReconciliationStatus
source · #[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 is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of HotelReconciliationStatus
.
sourcepub fn from_i32(value: i32) -> Option<HotelReconciliationStatus>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<HotelReconciliationStatus>
Converts an i32
to a HotelReconciliationStatus
, or None
if value
is not a valid variant.
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 PartialEq for HotelReconciliationStatus
impl PartialEq for HotelReconciliationStatus
source§fn eq(&self, other: &HotelReconciliationStatus) -> bool
fn eq(&self, other: &HotelReconciliationStatus) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for HotelReconciliationStatus
impl PartialOrd for HotelReconciliationStatus
source§fn partial_cmp(&self, other: &HotelReconciliationStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &HotelReconciliationStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for HotelReconciliationStatus
impl TryFrom<i32> for HotelReconciliationStatus
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<HotelReconciliationStatus, UnknownEnumValue>
fn try_from(value: i32) -> Result<HotelReconciliationStatus, UnknownEnumValue>
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
§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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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