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

# Class: PaymentOperation

## Constructors

### new PaymentOperation(paymentOperation)

> **new PaymentOperation**(`paymentOperation`): [`PaymentOperation`](PaymentOperation.md)

#### Parameters

• **paymentOperation**: [`PaymentOperationProperties`](../interfaces/PaymentOperationProperties.md)

#### Returns

[`PaymentOperation`](PaymentOperation.md)

#### Source

models/PaymentOperation.ts:44

## Properties

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