pub enum CreateSubscriptionScheduleBillingModeType {
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 CreateSubscriptionScheduleBillingModeType
impl Clone for CreateSubscriptionScheduleBillingModeType
Source§fn clone(&self) -> CreateSubscriptionScheduleBillingModeType
fn clone(&self) -> CreateSubscriptionScheduleBillingModeType
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 CreateSubscriptionScheduleBillingModeType
impl PartialEq for CreateSubscriptionScheduleBillingModeType
Source§fn eq(&self, other: &CreateSubscriptionScheduleBillingModeType) -> bool
fn eq(&self, other: &CreateSubscriptionScheduleBillingModeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionScheduleBillingModeType
impl Eq for CreateSubscriptionScheduleBillingModeType
impl StructuralPartialEq for CreateSubscriptionScheduleBillingModeType
Auto Trait Implementations§
impl Freeze for CreateSubscriptionScheduleBillingModeType
impl RefUnwindSafe for CreateSubscriptionScheduleBillingModeType
impl Send for CreateSubscriptionScheduleBillingModeType
impl Sync for CreateSubscriptionScheduleBillingModeType
impl Unpin for CreateSubscriptionScheduleBillingModeType
impl UnwindSafe for CreateSubscriptionScheduleBillingModeType
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