pub struct DisputeEnhancedEvidenceVisaCompellingEvidence3 {
pub disputed_transaction: Option<DisputeVisaCompellingEvidence3DisputedTransaction>,
pub prior_undisputed_transactions: Vec<DisputeVisaCompellingEvidence3PriorUndisputedTransaction>,
}
Fields§
§disputed_transaction: Option<DisputeVisaCompellingEvidence3DisputedTransaction>
Disputed transaction details for Visa Compelling Evidence 3.0 evidence submission.
prior_undisputed_transactions: Vec<DisputeVisaCompellingEvidence3PriorUndisputedTransaction>
List of exactly two prior undisputed transaction objects for Visa Compelling Evidence 3.0 evidence submission.
Trait Implementations§
Source§impl Clone for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl Clone for DisputeEnhancedEvidenceVisaCompellingEvidence3
Source§fn clone(&self) -> DisputeEnhancedEvidenceVisaCompellingEvidence3
fn clone(&self) -> DisputeEnhancedEvidenceVisaCompellingEvidence3
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 DisputeEnhancedEvidenceVisaCompellingEvidence3
impl FromValueOpt for DisputeEnhancedEvidenceVisaCompellingEvidence3
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl RefUnwindSafe for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl Send for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl Sync for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl Unpin for DisputeEnhancedEvidenceVisaCompellingEvidence3
impl UnwindSafe for DisputeEnhancedEvidenceVisaCompellingEvidence3
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