Struct stripe::generated::terminal::terminal_configuration::CreateTerminalConfigurationTippingSek    
source · pub struct CreateTerminalConfigurationTippingSek {
    pub fixed_amounts: Option<Vec<i64>>,
    pub percentages: Option<Vec<i64>>,
    pub smart_tip_threshold: Option<i64>,
}Fields§
§fixed_amounts: Option<Vec<i64>>Fixed amounts displayed when collecting a tip.
percentages: Option<Vec<i64>>Percentages displayed when collecting a tip.
smart_tip_threshold: Option<i64>Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.
Trait Implementations§
source§impl Clone for CreateTerminalConfigurationTippingSek
 
impl Clone for CreateTerminalConfigurationTippingSek
source§fn clone(&self) -> CreateTerminalConfigurationTippingSek
 
fn clone(&self) -> CreateTerminalConfigurationTippingSek
Returns a copy 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 Default for CreateTerminalConfigurationTippingSek
 
impl Default for CreateTerminalConfigurationTippingSek
source§fn default() -> CreateTerminalConfigurationTippingSek
 
fn default() -> CreateTerminalConfigurationTippingSek
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreateTerminalConfigurationTippingSek
 
impl<'de> Deserialize<'de> for CreateTerminalConfigurationTippingSek
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 CreateTerminalConfigurationTippingSek
impl RefUnwindSafe for CreateTerminalConfigurationTippingSek
impl Send for CreateTerminalConfigurationTippingSek
impl Sync for CreateTerminalConfigurationTippingSek
impl Unpin for CreateTerminalConfigurationTippingSek
impl UnwindSafe for CreateTerminalConfigurationTippingSek
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