[@expediagroup/fraudpreventionv2-sdk](../../index.md) / [models](../index.md) / Verify

# Class: Verify

A verify operation represents the intent to verify the payment associated with this transaction.

## Constructors

### new Verify(verify)

> **new Verify**(`verify`): [`Verify`](Verify.md)

#### Parameters

• **verify**: [`VerifyProperties`](../interfaces/VerifyProperties.md)

#### Returns

[`Verify`](Verify.md)

#### Source

models/Verify.ts:50

## Properties

| Property | Type |
| :------ | :------ |
| `amount?` | [`Amount`](Amount.md) |
| `id?` | `string` |
| `outcome?` | [`PaymentOutcome`](PaymentOutcome.md) |
| `type?` | [`VerificationType`](../type-aliases/VerificationType.md) |
