pub struct CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior {
pub missing_payment_method: CreatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethod,
}
Available on crate feature
checkout
only.Fields§
§missing_payment_method: CreatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethod
Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
Trait Implementations§
Source§impl Clone for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl Clone for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
Source§fn clone(&self) -> CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
fn clone(&self) -> CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
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 Default for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl Default for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
Source§fn default() -> CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
fn default() -> CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl<'de> Deserialize<'de> for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl RefUnwindSafe for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl Send for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl Sync for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl Unpin for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
impl UnwindSafe for CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
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