pub struct GetInvoiceRequest {
pub invoice_id: String,
}Expand description
Request parameters for retrieving a specific invoice.
This struct contains the identifier needed to fetch a single invoice from the API.
Fields§
§invoice_id: StringImplementations§
Trait Implementations§
Source§impl Clone for GetInvoiceRequest
impl Clone for GetInvoiceRequest
Source§fn clone(&self) -> GetInvoiceRequest
fn clone(&self) -> GetInvoiceRequest
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GetInvoiceRequest
impl RefUnwindSafe for GetInvoiceRequest
impl Send for GetInvoiceRequest
impl Sync for GetInvoiceRequest
impl Unpin for GetInvoiceRequest
impl UnwindSafe for GetInvoiceRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more