pub enum UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof {
Always,
Never,
}Expand description
Determines if the amount includes the IOF tax. Defaults to never.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl Clone for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
Source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
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 UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl PartialEq for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
Source§fn eq(
&self,
other: &UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof,
) -> bool
fn eq( &self, other: &UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl Eq for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl StructuralPartialEq for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl RefUnwindSafe for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl Send for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl Sync for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl Unpin for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
impl UnwindSafe for UpdatePaymentIntentPaymentMethodOptionsPixAmountIncludesIof
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