Struct stripe::SubscriptionScheduleConfigurationItem [−][src]
pub struct SubscriptionScheduleConfigurationItem {
pub billing_thresholds: Option<Box<SubscriptionItemBillingThresholds>>,
pub price: Expandable<Price>,
pub quantity: Option<Box<u64>>,
pub tax_rates: Option<Box<Vec<TaxRate>>>,
}
Fields
billing_thresholds: Option<Box<SubscriptionItemBillingThresholds>>
Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period.
price: Expandable<Price>
ID of the price to which the customer should be subscribed.
quantity: Option<Box<u64>>
Quantity of the plan to which the customer should be subscribed.
tax_rates: Option<Box<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
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
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more