Sha256: af24170a1b8b2d228bb9e28656385f7f6d84e39416bcf34dde51827a8c44732b

Contents?: true

Size: 507 Bytes

Versions: 5

Compression:

Stored size: 507 Bytes

Contents

# VeloPayments::PayeeEventAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payee_id** | **String** | ID of this payee within the Velo platform |  |
| **reasons** | [**Array<PayeeEventAllOfReasons>**](PayeeEventAllOfReasons.md) | The reasons for the event notification. | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayeeEventAllOf.new(
  payee_id: cbd9280f-8fde-4190-b014-979d88f3ec54,
  reasons: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayeeEventAllOf.md
velopayments-2.35.58 docs/PayeeEventAllOf.md
velopayments-2.35.58.beta1 docs/PayeeEventAllOf.md
velopayments-2.29.128.beta1 docs/PayeeEventAllOf.md
velopayments-2.26.124.beta1 docs/PayeeEventAllOf.md