Mayson Monorepo Documentation
    Preparing search index...
    interface EvidenceDetails {
        due_by: number;
        enhanced_eligibility: Stripe.Dispute.EvidenceDetails.EnhancedEligibility;
        has_evidence: boolean;
        past_due: boolean;
        submission_count: number;
    }
    Index

    Properties

    due_by: number

    Date by which evidence must be submitted in order to successfully challenge dispute. Will be 0 if the customer's bank or credit card company doesn't allow a response for this particular dispute.

    has_evidence: boolean

    Whether evidence has been staged for this dispute.

    past_due: boolean

    Whether 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: number

    The number of times evidence has been submitted. Typically, you may only submit evidence once.