pub struct RetryInvoiceRequest {
pub lago_id: String,
}Expand description
Request for retrying a failed invoice finalization.
This retries the finalization process for invoices that failed during generation.
Fields§
§lago_id: StringThe Lago ID of the invoice to retry.
Implementations§
Trait Implementations§
Source§impl Clone for RetryInvoiceRequest
impl Clone for RetryInvoiceRequest
Source§fn clone(&self) -> RetryInvoiceRequest
fn clone(&self) -> RetryInvoiceRequest
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 RetryInvoiceRequest
impl RefUnwindSafe for RetryInvoiceRequest
impl Send for RetryInvoiceRequest
impl Sync for RetryInvoiceRequest
impl Unpin for RetryInvoiceRequest
impl UnwindSafe for RetryInvoiceRequest
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