pub enum CreateQuoteSubscriptionDataBillingModeType {
Classic,
Flexible,
}
Expand description
Controls the calculation and orchestration of prorations and invoices for subscriptions.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateQuoteSubscriptionDataBillingModeType
impl Clone for CreateQuoteSubscriptionDataBillingModeType
Source§fn clone(&self) -> CreateQuoteSubscriptionDataBillingModeType
fn clone(&self) -> CreateQuoteSubscriptionDataBillingModeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for CreateQuoteSubscriptionDataBillingModeType
impl PartialEq for CreateQuoteSubscriptionDataBillingModeType
Source§fn eq(&self, other: &CreateQuoteSubscriptionDataBillingModeType) -> bool
fn eq(&self, other: &CreateQuoteSubscriptionDataBillingModeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateQuoteSubscriptionDataBillingModeType
impl Eq for CreateQuoteSubscriptionDataBillingModeType
impl StructuralPartialEq for CreateQuoteSubscriptionDataBillingModeType
Auto Trait Implementations§
impl Freeze for CreateQuoteSubscriptionDataBillingModeType
impl RefUnwindSafe for CreateQuoteSubscriptionDataBillingModeType
impl Send for CreateQuoteSubscriptionDataBillingModeType
impl Sync for CreateQuoteSubscriptionDataBillingModeType
impl Unpin for CreateQuoteSubscriptionDataBillingModeType
impl UnwindSafe for CreateQuoteSubscriptionDataBillingModeType
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
Mutably borrows from an owned value. Read more