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