ValidationResult: {
    valid: true;
} | {
    errors: ValidationError[];
    valid: false;
}

The result of validating a PaymentRequest.

Type declaration

  • valid: true

Type declaration