Sha256: bfe00f7846a2f9904b08cace98dfb03b96b92549d5726cda4050d02a0dcbce2b

Contents?: true

Size: 558 Bytes

Versions: 3

Compression:

Stored size: 558 Bytes

Contents

# VeloPayments::PayeeDeltaResponseV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page** | [**PayeeDeltaResponseV3Page**](PayeeDeltaResponseV3Page.md) |  | [optional] |
| **links** | [**Array<PayeeDeltaResponseV3Links>**](PayeeDeltaResponseV3Links.md) |  | [optional] |
| **content** | [**Array<PayeeDeltaV3>**](PayeeDeltaV3.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayeeDeltaResponseV3.new(
  page: null,
  links: null,
  content: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayeeDeltaResponseV3.md
velopayments-2.35.58 docs/PayeeDeltaResponseV3.md
velopayments-2.35.58.beta1 docs/PayeeDeltaResponseV3.md