pub struct SubscriptionsResourceBillingSchedules {
pub applies_to: Option<Vec<SubscriptionsResourceBillingSchedulesAppliesTo>>,
pub bill_until: SubscriptionsResourceBillingSchedulesBillUntil,
pub key: String,
}Expand description
Sets the billing schedule for the subscription.
Fields§
§applies_to: Option<Vec<SubscriptionsResourceBillingSchedulesAppliesTo>>Specifies which subscription items the billing schedule applies to.
bill_until: SubscriptionsResourceBillingSchedulesBillUntil§key: StringUnique identifier for the billing schedule.
Trait Implementations§
Source§impl Clone for SubscriptionsResourceBillingSchedules
impl Clone for SubscriptionsResourceBillingSchedules
Source§fn clone(&self) -> SubscriptionsResourceBillingSchedules
fn clone(&self) -> SubscriptionsResourceBillingSchedules
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 SubscriptionsResourceBillingSchedules
impl FromValueOpt for SubscriptionsResourceBillingSchedules
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SubscriptionsResourceBillingSchedules
impl RefUnwindSafe for SubscriptionsResourceBillingSchedules
impl Send for SubscriptionsResourceBillingSchedules
impl Sync for SubscriptionsResourceBillingSchedules
impl Unpin for SubscriptionsResourceBillingSchedules
impl UnsafeUnpin for SubscriptionsResourceBillingSchedules
impl UnwindSafe for SubscriptionsResourceBillingSchedules
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