# PaymentOperationResult

Model ID: `PaymentOperationResult`

Envelope around a payment operation: either success data or a mapped error.

    

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `data` | `object|null` | No |  |  | `null` | Yes |  |
| `error` | [`StripeErrorInfo`](./StripeErrorInfo.md) | No |  |  | `null` | Yes |  |
| `success` | `boolean` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
