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

    Interface ResolutionValidation

    Result of validating a resolution against the corresponding dispute.

    interface ResolutionValidation {
        valid: boolean;
        error?: ResolutionValidationError;
        detail?: string;
    }
    Index

    Properties

    Properties

    valid: boolean
    detail?: string