pub struct IssuingDisputeServiceNotAsDescribedEvidence {
pub additional_documentation: Option<Expandable<File>>,
pub canceled_at: Option<Timestamp>,
pub cancellation_reason: Option<String>,
pub explanation: Option<String>,
pub received_at: Option<Timestamp>,
}
Fields§
§additional_documentation: Option<Expandable<File>>
(ID of a file upload) Additional documentation supporting the dispute.
canceled_at: Option<Timestamp>
Date when order was canceled.
cancellation_reason: Option<String>
Reason for canceling the order.
explanation: Option<String>
Explanation of why the cardholder is disputing this transaction.
received_at: Option<Timestamp>
Date when the product was received.
Trait Implementations§
Source§impl Clone for IssuingDisputeServiceNotAsDescribedEvidence
impl Clone for IssuingDisputeServiceNotAsDescribedEvidence
Source§fn clone(&self) -> IssuingDisputeServiceNotAsDescribedEvidence
fn clone(&self) -> IssuingDisputeServiceNotAsDescribedEvidence
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 IssuingDisputeServiceNotAsDescribedEvidence
impl FromValueOpt for IssuingDisputeServiceNotAsDescribedEvidence
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingDisputeServiceNotAsDescribedEvidence
impl RefUnwindSafe for IssuingDisputeServiceNotAsDescribedEvidence
impl Send for IssuingDisputeServiceNotAsDescribedEvidence
impl Sync for IssuingDisputeServiceNotAsDescribedEvidence
impl Unpin for IssuingDisputeServiceNotAsDescribedEvidence
impl UnwindSafe for IssuingDisputeServiceNotAsDescribedEvidence
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