pub struct UpdateShippingRateFixedAmountCurrencyOptions {
pub amount: Option<i64>,
pub tax_behavior: Option<UpdateShippingRateFixedAmountCurrencyOptionsTaxBehavior>,
}Fields§
§amount: Option<i64>A non-negative integer in cents representing how much to charge.
tax_behavior: Option<UpdateShippingRateFixedAmountCurrencyOptionsTaxBehavior>Specifies whether the rate is considered inclusive of taxes or exclusive of taxes.
One of inclusive, exclusive, or unspecified.
Trait Implementations§
source§impl Clone for UpdateShippingRateFixedAmountCurrencyOptions
impl Clone for UpdateShippingRateFixedAmountCurrencyOptions
source§fn clone(&self) -> UpdateShippingRateFixedAmountCurrencyOptions
fn clone(&self) -> UpdateShippingRateFixedAmountCurrencyOptions
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 UpdateShippingRateFixedAmountCurrencyOptions
impl Default for UpdateShippingRateFixedAmountCurrencyOptions
source§fn default() -> UpdateShippingRateFixedAmountCurrencyOptions
fn default() -> UpdateShippingRateFixedAmountCurrencyOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateShippingRateFixedAmountCurrencyOptions
impl<'de> Deserialize<'de> for UpdateShippingRateFixedAmountCurrencyOptions
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