Mayson Monorepo Documentation
    Preparing search index...
    interface Canceled {
        additional_documentation: string | Stripe.File;
        canceled_at: number;
        cancellation_policy_provided: boolean;
        cancellation_reason: string;
        expected_at: number;
        explanation: string;
        product_description: string;
        product_type: Stripe.Issuing.Dispute.Evidence.Canceled.ProductType;
        return_status: Stripe.Issuing.Dispute.Evidence.Canceled.ReturnStatus;
        returned_at: number;
    }
    Index

    Properties

    additional_documentation: string | Stripe.File

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

    canceled_at: number

    Date when order was canceled.

    cancellation_policy_provided: boolean

    Whether the cardholder was provided with a cancellation policy.

    cancellation_reason: string

    Reason for canceling the order.

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

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