Struct amazon_sp_finances::models::seller_review_enrollment_payment_event::SellerReviewEnrollmentPaymentEvent
source · [−]pub struct SellerReviewEnrollmentPaymentEvent {
pub posted_date: Option<String>,
pub enrollment_id: Option<String>,
pub parent_asin: Option<String>,
pub fee_component: Option<Box<FeeComponent>>,
pub charge_component: Option<Box<ChargeComponent>>,
pub total_amount: Option<Box<Currency>>,
}Expand description
SellerReviewEnrollmentPaymentEvent : A fee payment event for the Early Reviewer Program.
Fields
posted_date: Option<String>enrollment_id: Option<String>An enrollment identifier.
parent_asin: Option<String>The Amazon Standard Identification Number (ASIN) of the item that was enrolled in the Early Reviewer Program.
fee_component: Option<Box<FeeComponent>>charge_component: Option<Box<ChargeComponent>>total_amount: Option<Box<Currency>>Implementations
sourceimpl SellerReviewEnrollmentPaymentEvent
impl SellerReviewEnrollmentPaymentEvent
sourcepub fn new() -> SellerReviewEnrollmentPaymentEvent
pub fn new() -> SellerReviewEnrollmentPaymentEvent
A fee payment event for the Early Reviewer Program.
Trait Implementations
sourceimpl Clone for SellerReviewEnrollmentPaymentEvent
impl Clone for SellerReviewEnrollmentPaymentEvent
sourcefn clone(&self) -> SellerReviewEnrollmentPaymentEvent
fn clone(&self) -> SellerReviewEnrollmentPaymentEvent
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 SellerReviewEnrollmentPaymentEvent
impl Default for SellerReviewEnrollmentPaymentEvent
sourcefn default() -> SellerReviewEnrollmentPaymentEvent
fn default() -> SellerReviewEnrollmentPaymentEvent
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SellerReviewEnrollmentPaymentEvent
impl<'de> Deserialize<'de> for SellerReviewEnrollmentPaymentEvent
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<SellerReviewEnrollmentPaymentEvent> for SellerReviewEnrollmentPaymentEvent
impl PartialEq<SellerReviewEnrollmentPaymentEvent> for SellerReviewEnrollmentPaymentEvent
sourcefn eq(&self, other: &SellerReviewEnrollmentPaymentEvent) -> bool
fn eq(&self, other: &SellerReviewEnrollmentPaymentEvent) -> bool
impl StructuralPartialEq for SellerReviewEnrollmentPaymentEvent
Auto Trait Implementations
impl RefUnwindSafe for SellerReviewEnrollmentPaymentEvent
impl Send for SellerReviewEnrollmentPaymentEvent
impl Sync for SellerReviewEnrollmentPaymentEvent
impl Unpin for SellerReviewEnrollmentPaymentEvent
impl UnwindSafe for SellerReviewEnrollmentPaymentEvent
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