pub enum CreateInvoicePendingInvoiceItemsBehavior {
Exclude,
Include,
}
Expand description
How to handle pending invoice items on invoice creation.
Defaults to exclude
if the parameter is omitted.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateInvoicePendingInvoiceItemsBehavior
impl Clone for CreateInvoicePendingInvoiceItemsBehavior
Source§fn clone(&self) -> CreateInvoicePendingInvoiceItemsBehavior
fn clone(&self) -> CreateInvoicePendingInvoiceItemsBehavior
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 PartialEq for CreateInvoicePendingInvoiceItemsBehavior
impl PartialEq for CreateInvoicePendingInvoiceItemsBehavior
Source§fn eq(&self, other: &CreateInvoicePendingInvoiceItemsBehavior) -> bool
fn eq(&self, other: &CreateInvoicePendingInvoiceItemsBehavior) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateInvoicePendingInvoiceItemsBehavior
impl Eq for CreateInvoicePendingInvoiceItemsBehavior
impl StructuralPartialEq for CreateInvoicePendingInvoiceItemsBehavior
Auto Trait Implementations§
impl Freeze for CreateInvoicePendingInvoiceItemsBehavior
impl RefUnwindSafe for CreateInvoicePendingInvoiceItemsBehavior
impl Send for CreateInvoicePendingInvoiceItemsBehavior
impl Sync for CreateInvoicePendingInvoiceItemsBehavior
impl Unpin for CreateInvoicePendingInvoiceItemsBehavior
impl UnwindSafe for CreateInvoicePendingInvoiceItemsBehavior
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