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

# Class: PaymentOutcome

## Constructors

### new PaymentOutcome(paymentOutcome)

> **new PaymentOutcome**(`paymentOutcome`): [`PaymentOutcome`](PaymentOutcome.md)

#### Parameters

• **paymentOutcome**: [`PaymentOutcomeProperties`](../interfaces/PaymentOutcomeProperties.md)

#### Returns

[`PaymentOutcome`](PaymentOutcome.md)

#### Source

models/PaymentOutcome.ts:39

## Properties

| Property | Type | Description |
| :------ | :------ | :------ |
| `code?` | `string` | A mnemonic code for the payment processing. |
| `description?` | `string` | A short description providing additional explanation regarding the mnemonic code. |
| `status?` | [`PaymentStatus`](../type-aliases/PaymentStatus.md) | - |
