Struct square_api_client::models::DeleteInvoiceParameters
source · Expand description
This is a model struct for DeleteInvoiceParameters (query parameters)
Fields§
§version: Option<i32>
The version of the [Invoice] to delete. If you do not know the version, you can call GetInvoice or ListInvoices.
Implementations§
source§impl DeleteInvoiceParameters
impl DeleteInvoiceParameters
pub fn to_query_string(&self) -> String
Trait Implementations§
source§impl Clone for DeleteInvoiceParameters
impl Clone for DeleteInvoiceParameters
source§fn clone(&self) -> DeleteInvoiceParameters
fn clone(&self) -> DeleteInvoiceParameters
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 DeleteInvoiceParameters
impl Debug for DeleteInvoiceParameters
source§impl Default for DeleteInvoiceParameters
impl Default for DeleteInvoiceParameters
source§fn default() -> DeleteInvoiceParameters
fn default() -> DeleteInvoiceParameters
Returns the “default value” for a type. Read more
source§impl From<DeleteInvoiceParameters> for String
impl From<DeleteInvoiceParameters> for String
source§fn from(delete_invoice_parameters: DeleteInvoiceParameters) -> Self
fn from(delete_invoice_parameters: DeleteInvoiceParameters) -> Self
Converts to this type from the input type.