Struct stripe::generated::checkout::checkout_session::CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
source · pub struct CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount {
pub amount: i64,
pub currency: Currency,
pub currency_options: Option<CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions>,
}Fields§
§amount: i64A non-negative integer in cents representing how much to charge.
currency: CurrencyThree-letter ISO currency code, in lowercase.
Must be a supported currency.
currency_options: Option<CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions>Shipping rates defined in each available currency option.
Each key must be a three-letter ISO currency code and a supported currency.
Trait Implementations§
source§impl Clone for CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
impl Clone for CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
source§fn clone(
&self
) -> CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
fn clone( &self ) -> CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
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 CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
impl Default for CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
source§fn default() -> CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
fn default() -> CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
impl<'de> Deserialize<'de> for CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
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