pub enum UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod {
Cancel,
CreateInvoice,
Pause,
}
Expand description
Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl Clone for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
Source§fn clone(
&self,
) -> UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
fn clone( &self, ) -> UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
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 UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl PartialEq for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
Source§fn eq(
&self,
other: &UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod,
) -> bool
fn eq( &self, other: &UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl Eq for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl StructuralPartialEq for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
Auto Trait Implementations§
impl Freeze for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl RefUnwindSafe for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl Send for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl Sync for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl Unpin for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
impl UnwindSafe for UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
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