Struct stripe::IssuingDisputeMerchandiseNotAsDescribedEvidence[][src]

pub struct IssuingDisputeMerchandiseNotAsDescribedEvidence {
    pub additional_documentation: Option<Expandable<File>>,
    pub explanation: Option<String>,
    pub received_at: Option<Timestamp>,
    pub return_description: Option<String>,
    pub return_status: Option<IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatus>,
    pub returned_at: Option<Timestamp>,
}

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.

received_at: Option<Timestamp>

Date when the product was received.

return_description: Option<String>

Description of the cardholder's attempt to return the product.

return_status: Option<IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatus>

Result of cardholder's attempt to return the product.

returned_at: Option<Timestamp>

Date when the product was returned or attempted to be returned.

Trait Implementations

impl Clone for IssuingDisputeMerchandiseNotAsDescribedEvidence[src]

impl Debug for IssuingDisputeMerchandiseNotAsDescribedEvidence[src]

impl<'de> Deserialize<'de> for IssuingDisputeMerchandiseNotAsDescribedEvidence[src]

impl Serialize for IssuingDisputeMerchandiseNotAsDescribedEvidence[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]