pub enum CreateSubscriptionBillingModeType {
Classic,
Flexible,
}
Expand description
Controls the calculation and orchestration of prorations and invoices for subscriptions.
If no value is passed, the default is flexible
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSubscriptionBillingModeType
impl Clone for CreateSubscriptionBillingModeType
Source§fn clone(&self) -> CreateSubscriptionBillingModeType
fn clone(&self) -> CreateSubscriptionBillingModeType
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 CreateSubscriptionBillingModeType
impl PartialEq for CreateSubscriptionBillingModeType
Source§fn eq(&self, other: &CreateSubscriptionBillingModeType) -> bool
fn eq(&self, other: &CreateSubscriptionBillingModeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionBillingModeType
impl Eq for CreateSubscriptionBillingModeType
impl StructuralPartialEq for CreateSubscriptionBillingModeType
Auto Trait Implementations§
impl Freeze for CreateSubscriptionBillingModeType
impl RefUnwindSafe for CreateSubscriptionBillingModeType
impl Send for CreateSubscriptionBillingModeType
impl Sync for CreateSubscriptionBillingModeType
impl Unpin for CreateSubscriptionBillingModeType
impl UnwindSafe for CreateSubscriptionBillingModeType
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