Struct zoom_api::types::AccountBillingInvoicesResponse
source · pub struct AccountBillingInvoicesResponse {
pub balance: f64,
pub due_date: Option<NaiveDate>,
pub id: String,
pub invoice_date: Option<NaiveDate>,
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.
due_date: Option<NaiveDate>Start Date.
id: StringUser’s first name.
invoice_date: Option<NaiveDate>Start Date.
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
sourceimpl Clone for AccountBillingInvoicesResponse
impl Clone for AccountBillingInvoicesResponse
sourcefn clone(&self) -> AccountBillingInvoicesResponse
fn clone(&self) -> AccountBillingInvoicesResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for AccountBillingInvoicesResponse
impl<'de> Deserialize<'de> for AccountBillingInvoicesResponse
sourcefn 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
sourceimpl JsonSchema for AccountBillingInvoicesResponse
impl JsonSchema for AccountBillingInvoicesResponse
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<AccountBillingInvoicesResponse> for AccountBillingInvoicesResponse
impl PartialEq<AccountBillingInvoicesResponse> for AccountBillingInvoicesResponse
sourcefn eq(&self, other: &AccountBillingInvoicesResponse) -> bool
fn eq(&self, other: &AccountBillingInvoicesResponse) -> bool
impl StructuralPartialEq for AccountBillingInvoicesResponse
Auto Trait Implementations
impl RefUnwindSafe for AccountBillingInvoicesResponse
impl Send for AccountBillingInvoicesResponse
impl Sync for AccountBillingInvoicesResponse
impl Unpin for AccountBillingInvoicesResponse
impl UnwindSafe for AccountBillingInvoicesResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more