Struct fastly_api::apis::billing_api::GetInvoiceParams
source · Expand description
struct for passing parameters to the method get_invoice
Fields§
§month: String
2-digit month.
year: String
4-digit year.
Trait Implementations§
source§impl Clone for GetInvoiceParams
impl Clone for GetInvoiceParams
source§fn clone(&self) -> GetInvoiceParams
fn clone(&self) -> GetInvoiceParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetInvoiceParams
impl Debug for GetInvoiceParams
source§impl Default for GetInvoiceParams
impl Default for GetInvoiceParams
source§fn default() -> GetInvoiceParams
fn default() -> GetInvoiceParams
Returns the “default value” for a type. Read more