pub struct DownloadInvoiceRequest {
pub lago_id: String,
}Expand description
Request for downloading an invoice PDF.
This triggers the generation of the invoice PDF if not already generated.
Fields§
§lago_id: StringThe Lago ID of the invoice to download.
Implementations§
Trait Implementations§
Source§impl Clone for DownloadInvoiceRequest
impl Clone for DownloadInvoiceRequest
Source§fn clone(&self) -> DownloadInvoiceRequest
fn clone(&self) -> DownloadInvoiceRequest
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 DownloadInvoiceRequest
impl RefUnwindSafe for DownloadInvoiceRequest
impl Send for DownloadInvoiceRequest
impl Sync for DownloadInvoiceRequest
impl Unpin for DownloadInvoiceRequest
impl UnwindSafe for DownloadInvoiceRequest
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