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