Struct fastly_api::apis::billing_api::GetInvoiceByIdParams
source · Expand description
struct for passing parameters to the method get_invoice_by_id
Fields§
§customer_id: String
Alphanumeric string identifying the customer.
invoice_id: String
Alphanumeric string identifying the invoice.
Trait Implementations§
source§impl Clone for GetInvoiceByIdParams
impl Clone for GetInvoiceByIdParams
source§fn clone(&self) -> GetInvoiceByIdParams
fn clone(&self) -> GetInvoiceByIdParams
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 GetInvoiceByIdParams
impl Debug for GetInvoiceByIdParams
source§impl Default for GetInvoiceByIdParams
impl Default for GetInvoiceByIdParams
source§fn default() -> GetInvoiceByIdParams
fn default() -> GetInvoiceByIdParams
Returns the “default value” for a type. Read more