pub struct SubscriptionsResourceBillingSchedulesBillUntil {
pub computed_timestamp: Timestamp,
pub duration: Option<SubscriptionsResourceBillingSchedulesBillUntilDuration>,
pub timestamp: Option<Timestamp>,
pub type_: SubscriptionsResourceBillingSchedulesBillUntilType,
}Expand description
Specifies the end of billing period.
Fields§
§computed_timestamp: TimestampThe timestamp the billing schedule will apply until.
duration: Option<SubscriptionsResourceBillingSchedulesBillUntilDuration>Specifies the billing period.
timestamp: Option<Timestamp>If specified, the billing schedule will apply until the specified timestamp.
type_: SubscriptionsResourceBillingSchedulesBillUntilTypeDescribes how the billing schedule will determine the end date. Either duration or timestamp.
Trait Implementations§
Source§impl Clone for SubscriptionsResourceBillingSchedulesBillUntil
impl Clone for SubscriptionsResourceBillingSchedulesBillUntil
Source§fn clone(&self) -> SubscriptionsResourceBillingSchedulesBillUntil
fn clone(&self) -> SubscriptionsResourceBillingSchedulesBillUntil
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 moreimpl Eq for SubscriptionsResourceBillingSchedulesBillUntil
Source§impl FromValueOpt for SubscriptionsResourceBillingSchedulesBillUntil
impl FromValueOpt for SubscriptionsResourceBillingSchedulesBillUntil
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for SubscriptionsResourceBillingSchedulesBillUntil
Auto Trait Implementations§
impl Freeze for SubscriptionsResourceBillingSchedulesBillUntil
impl RefUnwindSafe for SubscriptionsResourceBillingSchedulesBillUntil
impl Send for SubscriptionsResourceBillingSchedulesBillUntil
impl Sync for SubscriptionsResourceBillingSchedulesBillUntil
impl Unpin for SubscriptionsResourceBillingSchedulesBillUntil
impl UnsafeUnpin for SubscriptionsResourceBillingSchedulesBillUntil
impl UnwindSafe for SubscriptionsResourceBillingSchedulesBillUntil
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