Mayson Monorepo Documentation
    Preparing search index...
    interface MerchandiseNotAsDescribed {
        additional_documentation?: string;
        explanation?: string;
        received_at?: Emptyable<number>;
        return_description?: string;
        return_status?: Emptyable<
            Stripe.Issuing.DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus,
        >;
        returned_at?: Emptyable<number>;
    }
    Index

    Properties

    additional_documentation?: string

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

    explanation?: string

    Explanation of why the cardholder is disputing this transaction.

    received_at?: Emptyable<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?: Emptyable<number>

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