pub struct IssuingDisputeOtherEvidence {
pub additional_documentation: Option<Expandable<File>>,
pub explanation: Option<String>,
pub product_description: Option<String>,
pub product_type: Option<IssuingDisputeOtherEvidenceProductType>,
}
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.
product_description: Option<String>
Description of the merchandise or service that was purchased.
product_type: Option<IssuingDisputeOtherEvidenceProductType>
Whether the product was a merchandise or service.
Trait Implementations§
Source§impl Clone for IssuingDisputeOtherEvidence
impl Clone for IssuingDisputeOtherEvidence
Source§fn clone(&self) -> IssuingDisputeOtherEvidence
fn clone(&self) -> IssuingDisputeOtherEvidence
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 Debug for IssuingDisputeOtherEvidence
impl Debug for IssuingDisputeOtherEvidence
Source§impl FromValueOpt for IssuingDisputeOtherEvidence
impl FromValueOpt for IssuingDisputeOtherEvidence
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingDisputeOtherEvidence
impl RefUnwindSafe for IssuingDisputeOtherEvidence
impl Send for IssuingDisputeOtherEvidence
impl Sync for IssuingDisputeOtherEvidence
impl Unpin for IssuingDisputeOtherEvidence
impl UnwindSafe for IssuingDisputeOtherEvidence
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