pub struct IssuingDisputeMerchandiseNotAsDescribedEvidence {
pub additional_documentation: Option<Expandable<File>>,
pub explanation: Option<String>,
pub received_at: Option<Timestamp>,
pub return_description: Option<String>,
pub return_status: Option<IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatus>,
pub returned_at: Option<Timestamp>,
}
Fields§
§additional_documentation: Option<Expandable<File>>
(ID of a file upload) Additional documentation supporting the dispute.
explanation: Option<String>
Explanation of why the cardholder is disputing this transaction.
received_at: Option<Timestamp>
Date when the product was received.
return_description: Option<String>
Description of the cardholder’s attempt to return the product.
return_status: Option<IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatus>
Result of cardholder’s attempt to return the product.
returned_at: Option<Timestamp>
Date when the product was returned or attempted to be returned.
Trait Implementations§
Source§impl Clone for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl Clone for IssuingDisputeMerchandiseNotAsDescribedEvidence
Source§fn clone(&self) -> IssuingDisputeMerchandiseNotAsDescribedEvidence
fn clone(&self) -> IssuingDisputeMerchandiseNotAsDescribedEvidence
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 FromValueOpt for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl FromValueOpt for IssuingDisputeMerchandiseNotAsDescribedEvidence
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl RefUnwindSafe for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl Send for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl Sync for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl Unpin for IssuingDisputeMerchandiseNotAsDescribedEvidence
impl UnwindSafe for IssuingDisputeMerchandiseNotAsDescribedEvidence
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