pub struct IssuingDisputeFraudulentEvidence {
pub additional_documentation: Option<Expandable<File>>,
pub explanation: Option<String>,
}
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.
Trait Implementations§
Source§impl Clone for IssuingDisputeFraudulentEvidence
impl Clone for IssuingDisputeFraudulentEvidence
Source§fn clone(&self) -> IssuingDisputeFraudulentEvidence
fn clone(&self) -> IssuingDisputeFraudulentEvidence
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 IssuingDisputeFraudulentEvidence
impl FromValueOpt for IssuingDisputeFraudulentEvidence
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingDisputeFraudulentEvidence
impl RefUnwindSafe for IssuingDisputeFraudulentEvidence
impl Send for IssuingDisputeFraudulentEvidence
impl Sync for IssuingDisputeFraudulentEvidence
impl Unpin for IssuingDisputeFraudulentEvidence
impl UnwindSafe for IssuingDisputeFraudulentEvidence
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