Struct zoom_api::types::InvoiceItems [−][src]
pub struct InvoiceItems {
pub charge_name: String,
pub charge_number: String,
pub charge_type: String,
pub end_date: Option<NaiveDate>,
pub quantity: i64,
pub start_date: Option<NaiveDate>,
pub tax_amount: f64,
pub total_amount: f64,
}Fields
charge_name: StringUser’s first name.
charge_number: StringUser’s first name.
charge_type: StringUser’s first name.
end_date: Option<NaiveDate>Start Date.
quantity: i64Account seats.
start_date: Option<NaiveDate>Start Date.
tax_amount: f64The recording file size.
total_amount: f64The recording file size.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InvoiceItems
impl Send for InvoiceItems
impl Sync for InvoiceItems
impl Unpin for InvoiceItems
impl UnwindSafe for InvoiceItems
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more