Struct amazon_sp_finances::models::fee_component::FeeComponent
source · [−]Expand description
FeeComponent : A fee associated with the event.
Fields
fee_type: Option<String>The type of fee. For more information about Selling on Amazon fees, see Selling on Amazon Fee Schedule on Seller Central. For more information about Fulfillment by Amazon fees, see FBA features, services and fees on Seller Central.
fee_amount: Option<Box<Currency>>Implementations
sourceimpl FeeComponent
impl FeeComponent
sourcepub fn new() -> FeeComponent
pub fn new() -> FeeComponent
A fee associated with the event.
Trait Implementations
sourceimpl Clone for FeeComponent
impl Clone for FeeComponent
sourcefn clone(&self) -> FeeComponent
fn clone(&self) -> FeeComponent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FeeComponent
impl Debug for FeeComponent
sourceimpl Default for FeeComponent
impl Default for FeeComponent
sourcefn default() -> FeeComponent
fn default() -> FeeComponent
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FeeComponent
impl<'de> Deserialize<'de> for FeeComponent
sourcefn 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
sourceimpl PartialEq<FeeComponent> for FeeComponent
impl PartialEq<FeeComponent> for FeeComponent
sourcefn eq(&self, other: &FeeComponent) -> bool
fn eq(&self, other: &FeeComponent) -> bool
sourceimpl Serialize for FeeComponent
impl Serialize for FeeComponent
impl StructuralPartialEq for FeeComponent
Auto Trait Implementations
impl RefUnwindSafe for FeeComponent
impl Send for FeeComponent
impl Sync for FeeComponent
impl Unpin for FeeComponent
impl UnwindSafe for FeeComponent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more