Enum stripe::ApiVersion [−][src]
pub enum ApiVersion {
Show 91 variants
V2011_01_01,
V2011_06_21,
V2011_06_28,
V2011_08_01,
V2011_09_15,
V2011_11_17,
V2012_02_23,
V2012_03_25,
V2012_06_18,
V2012_06_28,
V2012_07_09,
V2012_09_24,
V2012_10_26,
V2012_11_07,
V2013_02_11,
V2013_02_13,
V2013_07_05,
V2013_08_12,
V2013_08_13,
V2013_10_29,
V2013_12_03,
V2014_01_31,
V2014_03_13,
V2014_03_28,
V2014_05_19,
V2014_06_13,
V2014_06_17,
V2014_07_22,
V2014_07_26,
V2014_08_04,
V2014_08_20,
V2014_09_08,
V2014_10_07,
V2014_11_05,
V2014_11_20,
V2014_12_08,
V2014_12_17,
V2014_12_22,
V2015_01_11,
V2015_01_26,
V2015_02_10,
V2015_02_16,
V2015_02_18,
V2015_03_24,
V2015_04_07,
V2015_06_15,
V2015_07_07,
V2015_07_13,
V2015_07_28,
V2015_08_07,
V2015_08_19,
V2015_09_03,
V2015_09_08,
V2015_09_23,
V2015_10_01,
V2015_10_12,
V2015_10_16,
V2016_02_03,
V2016_02_19,
V2016_02_22,
V2016_02_23,
V2016_02_29,
V2016_03_07,
V2016_06_15,
V2016_07_06,
V2016_10_19,
V2017_01_27,
V2017_02_14,
V2017_04_06,
V2017_05_25,
V2017_06_05,
V2017_08_15,
V2017_12_14,
V2018_01_23,
V2018_02_05,
V2018_02_06,
V2018_02_28,
V2018_05_21,
V2018_07_27,
V2018_08_23,
V2018_09_06,
V2018_09_24,
V2018_10_31,
V2018_11_08,
V2019_02_11,
V2019_02_19,
V2019_03_14,
V2019_05_16,
V2019_08_14,
V2019_09_09,
V2020_08_27,
}
Expand description
An enum representing the versions of the Stripe API.
Variants
V2011_01_01
V2011_06_21
V2011_06_28
V2011_08_01
V2011_09_15
V2011_11_17
V2012_02_23
V2012_03_25
V2012_06_18
V2012_06_28
V2012_07_09
V2012_09_24
V2012_10_26
V2012_11_07
V2013_02_11
V2013_02_13
V2013_07_05
V2013_08_12
V2013_08_13
V2013_10_29
V2013_12_03
V2014_01_31
V2014_03_13
V2014_03_28
V2014_05_19
V2014_06_13
V2014_06_17
V2014_07_22
V2014_07_26
V2014_08_04
V2014_08_20
V2014_09_08
V2014_10_07
V2014_11_05
V2014_11_20
V2014_12_08
V2014_12_17
V2014_12_22
V2015_01_11
V2015_01_26
V2015_02_10
V2015_02_16
V2015_02_18
V2015_03_24
V2015_04_07
V2015_06_15
V2015_07_07
V2015_07_13
V2015_07_28
V2015_08_07
V2015_08_19
V2015_09_03
V2015_09_08
V2015_09_23
V2015_10_01
V2015_10_12
V2015_10_16
V2016_02_03
V2016_02_19
V2016_02_22
V2016_02_23
V2016_02_29
V2016_03_07
V2016_06_15
V2016_07_06
V2016_10_19
V2017_01_27
V2017_02_14
V2017_04_06
V2017_05_25
V2017_06_05
V2017_08_15
V2017_12_14
V2018_01_23
V2018_02_05
V2018_02_06
V2018_02_28
V2018_05_21
V2018_07_27
V2018_08_23
V2018_09_06
V2018_09_24
V2018_10_31
V2018_11_08
V2019_02_11
V2019_02_19
V2019_03_14
V2019_05_16
V2019_08_14
V2019_09_09
V2020_08_27
Implementations
Trait Implementations
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 RefUnwindSafe for ApiVersion
impl Send for ApiVersion
impl Sync for ApiVersion
impl Unpin for ApiVersion
impl UnwindSafe for ApiVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more