Mayson Monorepo Documentation
    Preparing search index...
    interface Canceled {
        additional_documentation?: string;
        canceled_at?: Emptyable<number>;
        cancellation_policy_provided?: Emptyable<boolean>;
        cancellation_reason?: string;
        expected_at?: Emptyable<number>;
        explanation?: string;
        product_description?: string;
        product_type?: Emptyable<
            Stripe.Issuing.DisputeCreateParams.Evidence.Canceled.ProductType,
        >;
        return_status?: Emptyable<
            Stripe.Issuing.DisputeCreateParams.Evidence.Canceled.ReturnStatus,
        >;
        returned_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_policy_provided?: Emptyable<boolean>

    Whether the cardholder was provided with a cancellation policy.

    cancellation_reason?: string

    Reason for canceling the order.

    expected_at?: Emptyable<number>

    Date when the cardholder expected to receive the product.

    explanation?: string

    Explanation of why the cardholder is disputing this transaction.

    product_description?: string

    Description of the merchandise or service that was purchased.

    Whether the product was a merchandise or service.

    Result of cardholder's attempt to return the product.

    returned_at?: Emptyable<number>

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