pub struct SubscriptionsResourceBillingSchedulesAppliesTo {
pub price: Option<Expandable<Price>>,
pub type_: SubscriptionsResourceBillingSchedulesAppliesToType,
}Expand description
Represents the entities that the billing schedule applies to.
Fields§
§price: Option<Expandable<Price>>The billing schedule will apply to the subscription item with the given price ID.
type_: SubscriptionsResourceBillingSchedulesAppliesToTypeControls which subscription items the billing schedule applies to.
Trait Implementations§
Source§impl Clone for SubscriptionsResourceBillingSchedulesAppliesTo
impl Clone for SubscriptionsResourceBillingSchedulesAppliesTo
Source§fn clone(&self) -> SubscriptionsResourceBillingSchedulesAppliesTo
fn clone(&self) -> SubscriptionsResourceBillingSchedulesAppliesTo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for SubscriptionsResourceBillingSchedulesAppliesTo
impl FromValueOpt for SubscriptionsResourceBillingSchedulesAppliesTo
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SubscriptionsResourceBillingSchedulesAppliesTo
impl RefUnwindSafe for SubscriptionsResourceBillingSchedulesAppliesTo
impl Send for SubscriptionsResourceBillingSchedulesAppliesTo
impl Sync for SubscriptionsResourceBillingSchedulesAppliesTo
impl Unpin for SubscriptionsResourceBillingSchedulesAppliesTo
impl UnsafeUnpin for SubscriptionsResourceBillingSchedulesAppliesTo
impl UnwindSafe for SubscriptionsResourceBillingSchedulesAppliesTo
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