pub enum CreateReversalTaxTransactionMode {
Full,
Partial,
}Expand description
If partial, the provided line item or shipping cost amounts are reversed.
If full, the original transaction is fully reversed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateReversalTaxTransactionMode
impl Clone for CreateReversalTaxTransactionMode
Source§fn clone(&self) -> CreateReversalTaxTransactionMode
fn clone(&self) -> CreateReversalTaxTransactionMode
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 CreateReversalTaxTransactionMode
impl PartialEq for CreateReversalTaxTransactionMode
Source§fn eq(&self, other: &CreateReversalTaxTransactionMode) -> bool
fn eq(&self, other: &CreateReversalTaxTransactionMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateReversalTaxTransactionMode
impl Eq for CreateReversalTaxTransactionMode
impl StructuralPartialEq for CreateReversalTaxTransactionMode
Auto Trait Implementations§
impl Freeze for CreateReversalTaxTransactionMode
impl RefUnwindSafe for CreateReversalTaxTransactionMode
impl Send for CreateReversalTaxTransactionMode
impl Sync for CreateReversalTaxTransactionMode
impl Unpin for CreateReversalTaxTransactionMode
impl UnwindSafe for CreateReversalTaxTransactionMode
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