[−][src]Struct stripe::DisputeEvidenceDetails
Fields
due_by: Option<Timestamp>Date by which evidence must be submitted in order to successfully challenge dispute.
Will be null if the customer's bank or credit card company doesn't allow a response for this particular dispute.
has_evidence: boolWhether evidence has been staged for this dispute.
past_due: boolWhether the last evidence submission was submitted past the due date.
Defaults to false if no evidence submissions have occurred.
If true, then delivery of the latest evidence is not guaranteed.
submission_count: u64The number of times evidence has been submitted.
Typically, you may only submit evidence once.
Trait Implementations
impl Clone for DisputeEvidenceDetails[src]
fn clone(&self) -> DisputeEvidenceDetails[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DisputeEvidenceDetails[src]
impl<'de> Deserialize<'de> for DisputeEvidenceDetails[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for DisputeEvidenceDetails[src]
Auto Trait Implementations
impl RefUnwindSafe for DisputeEvidenceDetails
impl Send for DisputeEvidenceDetails
impl Sync for DisputeEvidenceDetails
impl Unpin for DisputeEvidenceDetails
impl UnwindSafe for DisputeEvidenceDetails
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,