[−][src]Struct stripe::SubscriptionScheduleConfigurationItem
Fields
billing_thresholds: Option<SubscriptionItemBillingThresholds>
Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period.
plan: Expandable<Plan>
ID of the plan to which the customer should be subscribed.
quantity: Option<u64>
Quantity of the plan to which the customer should be subscribed.
tax_rates: Option<Vec<TaxRate>>
The tax rates which apply to this phase_item
.
When set, the default_tax_rates
on the phase do not apply to this phase_item
.
Trait Implementations
impl Clone for SubscriptionScheduleConfigurationItem
[src][+]
impl Debug for SubscriptionScheduleConfigurationItem
[src][+]
impl<'de> Deserialize<'de> for SubscriptionScheduleConfigurationItem
[src][+]
impl Serialize for SubscriptionScheduleConfigurationItem
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for SubscriptionScheduleConfigurationItem
impl Send for SubscriptionScheduleConfigurationItem
impl Sync for SubscriptionScheduleConfigurationItem
impl Unpin for SubscriptionScheduleConfigurationItem
impl UnwindSafe for SubscriptionScheduleConfigurationItem
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,