pub struct IssuingDisputeNotReceivedEvidence {
pub additional_documentation: Option<Expandable<File>>,
pub expected_at: Option<i64>,
pub explanation: Option<String>,
pub product_description: Option<String>,
pub product_type: Option<IssuingDisputeNotReceivedEvidenceProductType>,
}
Fields§
§additional_documentation: Option<Expandable<File>>
(ID of a file upload) Additional documentation supporting the dispute.
expected_at: Option<i64>
Date when the cardholder expected to receive the product.
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<IssuingDisputeNotReceivedEvidenceProductType>
Whether the product was a merchandise or service.
Trait Implementations§
Source§impl Clone for IssuingDisputeNotReceivedEvidence
impl Clone for IssuingDisputeNotReceivedEvidence
Source§fn clone(&self) -> IssuingDisputeNotReceivedEvidence
fn clone(&self) -> IssuingDisputeNotReceivedEvidence
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 moreAuto Trait Implementations§
impl Freeze for IssuingDisputeNotReceivedEvidence
impl RefUnwindSafe for IssuingDisputeNotReceivedEvidence
impl Send for IssuingDisputeNotReceivedEvidence
impl Sync for IssuingDisputeNotReceivedEvidence
impl Unpin for IssuingDisputeNotReceivedEvidence
impl UnwindSafe for IssuingDisputeNotReceivedEvidence
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