pub struct InvoiceLineParam<'a> {
Show 13 fields pub invoice: Option<&'a str>, pub coupon: Option<&'a str>, pub customer: Option<&'a str>, pub ending_before: Option<&'a str>, pub limit: Option<i64>, pub starting_after: Option<&'a str>, pub subscription: Option<&'a str>, pub subscription_items: Option<SubscriptionItems>, pub subscription_prorate: Option<&'a str>, pub subscription_proration_date: Option<&'a str>, pub subscription_tax_percent: Option<f32>, pub subscription_trial_end: Option<&'a str>, pub subscription_trial_from_plan: Option<&'a str>,
}

Fields§

§invoice: Option<&'a str>§coupon: Option<&'a str>§customer: Option<&'a str>§ending_before: Option<&'a str>§limit: Option<i64>§starting_after: Option<&'a str>§subscription: Option<&'a str>§subscription_items: Option<SubscriptionItems>§subscription_prorate: Option<&'a str>§subscription_proration_date: Option<&'a str>§subscription_tax_percent: Option<f32>§subscription_trial_end: Option<&'a str>§subscription_trial_from_plan: Option<&'a str>

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.