Struct zoom_api::types::GetAccountBillingInvoiceResponse [−][src]
pub struct GetAccountBillingInvoiceResponse {
pub balance: f64,
pub currency: String,
pub due_date: Option<NaiveDate>,
pub id: String,
pub invoice_date: Option<NaiveDate>,
pub invoice_items: Vec<InvoiceItems>,
pub invoice_number: String,
pub status: String,
pub target_date: Option<NaiveDate>,
pub tax_amount: f64,
pub total_amount: f64,
}Fields
balance: f64The recording file size.
currency: StringUser’s first name.
due_date: Option<NaiveDate>Start Date.
id: StringUser’s first name.
invoice_date: Option<NaiveDate>Start Date.
invoice_items: Vec<InvoiceItems>invoice_number: StringUser’s first name.
status: StringUser’s first name.
target_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 Send for GetAccountBillingInvoiceResponse
impl Sync for GetAccountBillingInvoiceResponse
impl Unpin for GetAccountBillingInvoiceResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more