[][src]Struct libstripe::resources::billing::subscription_schedules::SubscriptionSchedulesParam

pub struct SubscriptionSchedulesParam<'a> {
    pub billing: Option<SubscriptionBilling>,
    pub billing_threshold: Option<BillingThresholds>,
    pub customer: Option<&'a str>,
    pub from_subscription: Option<&'a str>,
    pub invoice_settings: Option<InvoiceSettings>,
    pub metadata: Option<HashMap<String, String>>,
    pub phases: Option<Vec<Phase>>,
    pub renewal_behavior: Option<RenewalBehavior>,
    pub renewal_interval: Option<RenewalInterval>,
    pub start_date: Option<i64>,
    pub invoice_now: Option<bool>,
    pub prorate: Option<bool>,
    pub preserve_cancel_date: Option<i64>,
    pub expand: Option<Vec<&'a str>>,
}

Fields

billing: Option<SubscriptionBilling>billing_threshold: Option<BillingThresholds>customer: Option<&'a str>from_subscription: Option<&'a str>invoice_settings: Option<InvoiceSettings>metadata: Option<HashMap<String, String>>phases: Option<Vec<Phase>>renewal_behavior: Option<RenewalBehavior>renewal_interval: Option<RenewalInterval>start_date: Option<i64>invoice_now: Option<bool>prorate: Option<bool>preserve_cancel_date: Option<i64>expand: Option<Vec<&'a str>>

Trait Implementations

impl<'a> PartialEq<SubscriptionSchedulesParam<'a>> for SubscriptionSchedulesParam<'a>[src]

impl<'a> Debug for SubscriptionSchedulesParam<'a>[src]

impl<'a> Serialize for SubscriptionSchedulesParam<'a>[src]

impl<'de: 'a, 'a> Deserialize<'de> for SubscriptionSchedulesParam<'a>[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err