pub struct RefreshInvoiceRequest {
pub lago_id: String,
}Expand description
Request for refreshing a draft invoice.
Refreshing re-fetches the customer information and recomputes the taxes.
Fields§
§lago_id: StringThe Lago ID of the invoice to refresh.
Implementations§
Trait Implementations§
Source§impl Clone for RefreshInvoiceRequest
impl Clone for RefreshInvoiceRequest
Source§fn clone(&self) -> RefreshInvoiceRequest
fn clone(&self) -> RefreshInvoiceRequest
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 RefreshInvoiceRequest
impl RefUnwindSafe for RefreshInvoiceRequest
impl Send for RefreshInvoiceRequest
impl Sync for RefreshInvoiceRequest
impl Unpin for RefreshInvoiceRequest
impl UnwindSafe for RefreshInvoiceRequest
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