Struct zoom_api::types::GetAccountBillingInvoiceResponse
source · 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
sourceimpl Clone for GetAccountBillingInvoiceResponse
impl Clone for GetAccountBillingInvoiceResponse
sourcefn clone(&self) -> GetAccountBillingInvoiceResponse
fn clone(&self) -> GetAccountBillingInvoiceResponse
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 GetAccountBillingInvoiceResponse
impl<'de> Deserialize<'de> for GetAccountBillingInvoiceResponse
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 GetAccountBillingInvoiceResponse
impl JsonSchema for GetAccountBillingInvoiceResponse
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<GetAccountBillingInvoiceResponse> for GetAccountBillingInvoiceResponse
impl PartialEq<GetAccountBillingInvoiceResponse> for GetAccountBillingInvoiceResponse
sourcefn eq(&self, other: &GetAccountBillingInvoiceResponse) -> bool
fn eq(&self, other: &GetAccountBillingInvoiceResponse) -> bool
impl StructuralPartialEq for GetAccountBillingInvoiceResponse
Auto Trait Implementations
impl RefUnwindSafe for GetAccountBillingInvoiceResponse
impl Send for GetAccountBillingInvoiceResponse
impl Sync for GetAccountBillingInvoiceResponse
impl Unpin for GetAccountBillingInvoiceResponse
impl UnwindSafe for GetAccountBillingInvoiceResponse
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