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

Converts this type into a shared reference of the (usually inferred) input type.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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