pub enum CreateQuoteSubscriptionDataEffectiveDate {
CurrentPeriodEnd,
Timestamp(Timestamp),
}
Expand description
When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted.
The effective_date
is ignored if it is in the past when the quote is accepted.
Variants§
Trait Implementations§
Source§impl Clone for CreateQuoteSubscriptionDataEffectiveDate
impl Clone for CreateQuoteSubscriptionDataEffectiveDate
Source§fn clone(&self) -> CreateQuoteSubscriptionDataEffectiveDate
fn clone(&self) -> CreateQuoteSubscriptionDataEffectiveDate
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 CreateQuoteSubscriptionDataEffectiveDate
Auto Trait Implementations§
impl Freeze for CreateQuoteSubscriptionDataEffectiveDate
impl RefUnwindSafe for CreateQuoteSubscriptionDataEffectiveDate
impl Send for CreateQuoteSubscriptionDataEffectiveDate
impl Sync for CreateQuoteSubscriptionDataEffectiveDate
impl Unpin for CreateQuoteSubscriptionDataEffectiveDate
impl UnwindSafe for CreateQuoteSubscriptionDataEffectiveDate
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