Sha256: 5005599d747f474374510a2d4bc4bc02ad860a1c5e9024189ccfbc2cf50de032

Contents?: true

Size: 621 Bytes

Versions: 5

Compression:

Stored size: 621 Bytes

Contents

# VeloPayments::PayeeDeltaResponse2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | [**PayeeDeltaResponsePage**](PayeeDeltaResponsePage.md) |  | [optional] 
**links** | [**Array<PayeeDeltaResponse2Links>**](PayeeDeltaResponse2Links.md) |  | [optional] 
**content** | [**Array<PayeeDelta2>**](PayeeDelta2.md) |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

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


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/PayeeDeltaResponse2.md
velopayments-2.20.119 docs/PayeeDeltaResponse2.md
velopayments-2.20.29.beta1 docs/PayeeDeltaResponse2.md
velopayments-2.19.116 docs/PayeeDeltaResponse2.md
velopayments-2.19.40.beta1 docs/PayeeDeltaResponse2.md