T402 API Reference - v2.9.0
    Preparing search index...

    Interface DisputeValidation

    Result of validating a dispute against server-declared terms + receipt.

    interface DisputeValidation {
        valid: boolean;
        error?: DisputeValidationError;
        detail?: string;
    }
    Index

    Properties

    Properties

    valid: boolean

    Error code if invalid; one of the codes in DISPUTE_VALIDATION_ERRORS.

    detail?: string

    Human-readable detail of the error (debug only).