pub struct ProcessSetupIntentTerminalReaderProcessConfig {
pub enable_customer_cancellation: Option<bool>,
}Expand description
Configuration overrides for this setup, such as MOTO and customer cancellation settings.
Fields§
§enable_customer_cancellation: Option<bool>Enables cancel button on transaction screens.
Implementations§
Trait Implementations§
Source§impl Clone for ProcessSetupIntentTerminalReaderProcessConfig
impl Clone for ProcessSetupIntentTerminalReaderProcessConfig
Source§fn clone(&self) -> ProcessSetupIntentTerminalReaderProcessConfig
fn clone(&self) -> ProcessSetupIntentTerminalReaderProcessConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessSetupIntentTerminalReaderProcessConfig
impl PartialEq for ProcessSetupIntentTerminalReaderProcessConfig
Source§fn eq(&self, other: &ProcessSetupIntentTerminalReaderProcessConfig) -> bool
fn eq(&self, other: &ProcessSetupIntentTerminalReaderProcessConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProcessSetupIntentTerminalReaderProcessConfig
impl Eq for ProcessSetupIntentTerminalReaderProcessConfig
impl StructuralPartialEq for ProcessSetupIntentTerminalReaderProcessConfig
Auto Trait Implementations§
impl Freeze for ProcessSetupIntentTerminalReaderProcessConfig
impl RefUnwindSafe for ProcessSetupIntentTerminalReaderProcessConfig
impl Send for ProcessSetupIntentTerminalReaderProcessConfig
impl Sync for ProcessSetupIntentTerminalReaderProcessConfig
impl Unpin for ProcessSetupIntentTerminalReaderProcessConfig
impl UnsafeUnpin for ProcessSetupIntentTerminalReaderProcessConfig
impl UnwindSafe for ProcessSetupIntentTerminalReaderProcessConfig
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