pub struct CreateQuoteSubscriptionDataBillingMode {
pub type_: CreateQuoteSubscriptionDataBillingModeType,
}
Expand description
Controls how prorations and invoices for subscriptions are calculated and orchestrated.
Fields§
§type_: CreateQuoteSubscriptionDataBillingModeType
Controls the calculation and orchestration of prorations and invoices for subscriptions.
Implementations§
Source§impl CreateQuoteSubscriptionDataBillingMode
impl CreateQuoteSubscriptionDataBillingMode
pub fn new(type_: impl Into<CreateQuoteSubscriptionDataBillingModeType>) -> Self
Trait Implementations§
Source§impl Clone for CreateQuoteSubscriptionDataBillingMode
impl Clone for CreateQuoteSubscriptionDataBillingMode
Source§fn clone(&self) -> CreateQuoteSubscriptionDataBillingMode
fn clone(&self) -> CreateQuoteSubscriptionDataBillingMode
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 moreimpl Copy for CreateQuoteSubscriptionDataBillingMode
Auto Trait Implementations§
impl Freeze for CreateQuoteSubscriptionDataBillingMode
impl RefUnwindSafe for CreateQuoteSubscriptionDataBillingMode
impl Send for CreateQuoteSubscriptionDataBillingMode
impl Sync for CreateQuoteSubscriptionDataBillingMode
impl Unpin for CreateQuoteSubscriptionDataBillingMode
impl UnwindSafe for CreateQuoteSubscriptionDataBillingMode
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