Mayson Monorepo Documentation
    Preparing search index...
    interface MerchandiseNotAsDescribed {
        additional_documentation: string | Stripe.File;
        explanation: string;
        received_at: number;
        return_description: string;
        return_status: Stripe.Issuing.Dispute.Evidence.MerchandiseNotAsDescribed.ReturnStatus;
        returned_at: number;
    }
    Index

    Properties

    additional_documentation: string | Stripe.File

    (ID of a file upload) Additional documentation supporting the dispute.

    explanation: string

    Explanation of why the cardholder is disputing this transaction.

    received_at: number

    Date when the product was received.

    return_description: string

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

    Result of cardholder's attempt to return the product.

    returned_at: number

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