Mayson Monorepo Documentation
    Preparing search index...
    interface ServiceNotAsDescribed {
        additional_documentation?: string;
        canceled_at?: Emptyable<number>;
        cancellation_reason?: string;
        explanation?: string;
        received_at?: Emptyable<number>;
    }
    Index

    Properties

    additional_documentation?: string

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

    canceled_at?: Emptyable<number>

    Date when order was canceled.

    cancellation_reason?: string

    Reason for canceling the order.

    explanation?: string

    Explanation of why the cardholder is disputing this transaction.

    received_at?: Emptyable<number>

    Date when the product was received.