Struct stripe::DisputeEvidence

source ·
pub struct DisputeEvidence {
Show 27 fields pub access_activity_log: Option<String>, pub billing_address: Option<String>, pub cancellation_policy: Option<Expandable<File>>, pub cancellation_policy_disclosure: Option<String>, pub cancellation_rebuttal: Option<String>, pub customer_communication: Option<Expandable<File>>, pub customer_email_address: Option<String>, pub customer_name: Option<String>, pub customer_purchase_ip: Option<String>, pub customer_signature: Option<Expandable<File>>, pub duplicate_charge_documentation: Option<Expandable<File>>, pub duplicate_charge_explanation: Option<String>, pub duplicate_charge_id: Option<String>, pub product_description: Option<String>, pub receipt: Option<Expandable<File>>, pub refund_policy: Option<Expandable<File>>, pub refund_policy_disclosure: Option<String>, pub refund_refusal_explanation: Option<String>, pub service_date: Option<String>, pub service_documentation: Option<Expandable<File>>, pub shipping_address: Option<String>, pub shipping_carrier: Option<String>, pub shipping_date: Option<String>, pub shipping_documentation: Option<Expandable<File>>, pub shipping_tracking_number: Option<String>, pub uncategorized_file: Option<Expandable<File>>, pub uncategorized_text: Option<String>,
}

Fields§

§access_activity_log: Option<String>

Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product.

This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.

§billing_address: Option<String>

The billing address provided by the customer.

§cancellation_policy: Option<Expandable<File>>

(ID of a file upload) Your subscription cancellation policy, as shown to the customer.

§cancellation_policy_disclosure: Option<String>

An explanation of how and when the customer was shown your refund policy prior to purchase.

§cancellation_rebuttal: Option<String>

A justification for why the customer’s subscription was not canceled.

§customer_communication: Option<Expandable<File>>

(ID of a file upload) Any communication with the customer that you feel is relevant to your case.

Examples include emails proving that the customer received the product or service, or demonstrating their use of or satisfaction with the product or service.

§customer_email_address: Option<String>

The email address of the customer.

§customer_name: Option<String>

The name of the customer.

§customer_purchase_ip: Option<String>

The IP address that the customer used when making the purchase.

§customer_signature: Option<Expandable<File>>

(ID of a file upload) A relevant document or contract showing the customer’s signature.

§duplicate_charge_documentation: Option<Expandable<File>>

(ID of a file upload) Documentation for the prior charge that can uniquely identify the charge, such as a receipt, shipping label, work order, etc.

This document should be paired with a similar document from the disputed payment that proves the two payments are separate.

§duplicate_charge_explanation: Option<String>

An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.

§duplicate_charge_id: Option<String>

The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.

§product_description: Option<String>

A description of the product or service that was sold.

§receipt: Option<Expandable<File>>

(ID of a file upload) Any receipt or message sent to the customer notifying them of the charge.

§refund_policy: Option<Expandable<File>>

(ID of a file upload) Your refund policy, as shown to the customer.

§refund_policy_disclosure: Option<String>

Documentation demonstrating that the customer was shown your refund policy prior to purchase.

§refund_refusal_explanation: Option<String>

A justification for why the customer is not entitled to a refund.

§service_date: Option<String>

The date on which the customer received or began receiving the purchased service, in a clear human-readable format.

§service_documentation: Option<Expandable<File>>

(ID of a file upload) Documentation showing proof that a service was provided to the customer.

This could include a copy of a signed contract, work order, or other form of written agreement.

§shipping_address: Option<String>

The address to which a physical product was shipped.

You should try to include as complete address information as possible.

§shipping_carrier: Option<String>

The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.

If multiple carriers were used for this purchase, please separate them with commas.

§shipping_date: Option<String>

The date on which a physical product began its route to the shipping address, in a clear human-readable format.

§shipping_documentation: Option<Expandable<File>>

(ID of a file upload) Documentation showing proof that a product was shipped to the customer at the same address the customer provided to you.

This could include a copy of the shipment receipt, shipping label, etc. It should show the customer’s full shipping address, if possible.

§shipping_tracking_number: Option<String>

The tracking number for a physical product, obtained from the delivery service.

If multiple tracking numbers were generated for this purchase, please separate them with commas.

§uncategorized_file: Option<Expandable<File>>

(ID of a file upload) Any additional evidence or statements.

§uncategorized_text: Option<String>

Any additional evidence or statements.

Trait Implementations§

source§

impl Clone for DisputeEvidence

source§

fn clone(&self) -> DisputeEvidence

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DisputeEvidence

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DisputeEvidence

source§

fn default() -> DisputeEvidence

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for DisputeEvidence

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for DisputeEvidence

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

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

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

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