Struct stripe::UpdateSubscriptionItems [−][src]
pub struct UpdateSubscriptionItems {
pub billing_thresholds: Option<SubscriptionItemBillingThresholds>,
pub clear_usage: Option<Box<bool>>,
pub deleted: Option<Box<bool>>,
pub id: Option<Box<String>>,
pub metadata: Metadata,
pub price: Option<Box<String>>,
pub price_data: Option<Box<SubscriptionItemPriceData>>,
pub quantity: Option<Box<u64>>,
pub tax_rates: Option<Box<Vec<String>>>,
}
Fields
billing_thresholds: Option<SubscriptionItemBillingThresholds>
clear_usage: Option<Box<bool>>
deleted: Option<Box<bool>>
id: Option<Box<String>>
metadata: Metadata
price: Option<Box<String>>
price_data: Option<Box<SubscriptionItemPriceData>>
quantity: Option<Box<u64>>
tax_rates: Option<Box<Vec<String>>>
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
impl RefUnwindSafe for UpdateSubscriptionItems
impl Send for UpdateSubscriptionItems
impl Sync for UpdateSubscriptionItems
impl Unpin for UpdateSubscriptionItems
impl UnwindSafe for UpdateSubscriptionItems
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