pub struct InvoicePreviewRequest {
pub input: InvoicePreviewInput,
}Expand description
Request parameters for previewing an invoice.
This struct wraps the invoice preview input in the expected API format.
Fields§
§input: InvoicePreviewInputImplementations§
Source§impl InvoicePreviewRequest
impl InvoicePreviewRequest
Sourcepub fn new(input: InvoicePreviewInput) -> Self
pub fn new(input: InvoicePreviewInput) -> Self
Trait Implementations§
Source§impl Clone for InvoicePreviewRequest
impl Clone for InvoicePreviewRequest
Source§fn clone(&self) -> InvoicePreviewRequest
fn clone(&self) -> InvoicePreviewRequest
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 moreSource§impl Debug for InvoicePreviewRequest
impl Debug for InvoicePreviewRequest
Source§impl<'de> Deserialize<'de> for InvoicePreviewRequest
impl<'de> Deserialize<'de> for InvoicePreviewRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InvoicePreviewRequest
impl RefUnwindSafe for InvoicePreviewRequest
impl Send for InvoicePreviewRequest
impl Sync for InvoicePreviewRequest
impl Unpin for InvoicePreviewRequest
impl UnwindSafe for InvoicePreviewRequest
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