pub struct PromotionCodeCurrencyOption {
pub minimum_amount: i64,
}
Fields§
§minimum_amount: i64
Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).
Trait Implementations§
Source§impl Clone for PromotionCodeCurrencyOption
impl Clone for PromotionCodeCurrencyOption
Source§fn clone(&self) -> PromotionCodeCurrencyOption
fn clone(&self) -> PromotionCodeCurrencyOption
Returns a duplicate 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 Debug for PromotionCodeCurrencyOption
impl Debug for PromotionCodeCurrencyOption
Source§impl FromValueOpt for PromotionCodeCurrencyOption
impl FromValueOpt for PromotionCodeCurrencyOption
fn from_value(v: Value) -> Option<Self>
impl Copy for PromotionCodeCurrencyOption
Auto Trait Implementations§
impl Freeze for PromotionCodeCurrencyOption
impl RefUnwindSafe for PromotionCodeCurrencyOption
impl Send for PromotionCodeCurrencyOption
impl Sync for PromotionCodeCurrencyOption
impl Unpin for PromotionCodeCurrencyOption
impl UnwindSafe for PromotionCodeCurrencyOption
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