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
sourceimpl DeleteInvoiceParameters
impl DeleteInvoiceParameters
pub fn to_query_string(&self) -> String
Trait Implementations
sourceimpl Clone for DeleteInvoiceParameters
impl Clone for DeleteInvoiceParameters
sourcefn clone(&self) -> DeleteInvoiceParameters
fn clone(&self) -> DeleteInvoiceParameters
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 Debug for DeleteInvoiceParameters
impl Debug for DeleteInvoiceParameters
sourceimpl Default for DeleteInvoiceParameters
impl Default for DeleteInvoiceParameters
sourcefn default() -> DeleteInvoiceParameters
fn default() -> DeleteInvoiceParameters
Returns the “default value” for a type. Read more
sourceimpl From<DeleteInvoiceParameters> for String
impl From<DeleteInvoiceParameters> for String
sourcefn from(delete_invoice_parameters: DeleteInvoiceParameters) -> Self
fn from(delete_invoice_parameters: DeleteInvoiceParameters) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for DeleteInvoiceParameters
impl Send for DeleteInvoiceParameters
impl Sync for DeleteInvoiceParameters
impl Unpin for DeleteInvoiceParameters
impl UnwindSafe for DeleteInvoiceParameters
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