OMPX JavaScript SDK
    Preparing search index...

    Interface VerifyResult

    interface VerifyResult {
        error?: string;
        payer?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    payer?: string
    success: boolean