Struct amazon_sp_finances::models::value_added_service_charge_event_list::ValueAddedServiceChargeEventList
source · [−]pub struct ValueAddedServiceChargeEventList {
pub transaction_type: Option<String>,
pub posted_date: Option<String>,
pub description: Option<String>,
pub transaction_amount: Option<Box<Currency>>,
}Expand description
ValueAddedServiceChargeEventList : An event related to a value added service charge.
Fields
transaction_type: Option<String>Indicates the type of transaction. Example: ‘Other Support Service fees’
posted_date: Option<String>description: Option<String>A short description of the service charge event.
transaction_amount: Option<Box<Currency>>Implementations
sourceimpl ValueAddedServiceChargeEventList
impl ValueAddedServiceChargeEventList
sourcepub fn new() -> ValueAddedServiceChargeEventList
pub fn new() -> ValueAddedServiceChargeEventList
An event related to a value added service charge.
Trait Implementations
sourceimpl Clone for ValueAddedServiceChargeEventList
impl Clone for ValueAddedServiceChargeEventList
sourcefn clone(&self) -> ValueAddedServiceChargeEventList
fn clone(&self) -> ValueAddedServiceChargeEventList
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 Default for ValueAddedServiceChargeEventList
impl Default for ValueAddedServiceChargeEventList
sourcefn default() -> ValueAddedServiceChargeEventList
fn default() -> ValueAddedServiceChargeEventList
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ValueAddedServiceChargeEventList
impl<'de> Deserialize<'de> for ValueAddedServiceChargeEventList
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<ValueAddedServiceChargeEventList> for ValueAddedServiceChargeEventList
impl PartialEq<ValueAddedServiceChargeEventList> for ValueAddedServiceChargeEventList
sourcefn eq(&self, other: &ValueAddedServiceChargeEventList) -> bool
fn eq(&self, other: &ValueAddedServiceChargeEventList) -> bool
impl StructuralPartialEq for ValueAddedServiceChargeEventList
Auto Trait Implementations
impl RefUnwindSafe for ValueAddedServiceChargeEventList
impl Send for ValueAddedServiceChargeEventList
impl Sync for ValueAddedServiceChargeEventList
impl Unpin for ValueAddedServiceChargeEventList
impl UnwindSafe for ValueAddedServiceChargeEventList
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