@payburner/payburner-payid-client-core
Version:
Models library for Core Payburner
8 lines • 352 B
TypeScript
import { VerificationErrorCode } from "../interfaces/VerificationErrorCode";
export declare class VerificationResult {
constructor(verified: boolean, errorCode?: VerificationErrorCode, errorMessage?: string);
verified: boolean;
errorCode?: VerificationErrorCode;
errorMessage?: string;
}
//# sourceMappingURL=VerificationResult.d.ts.map