Sha256: 6b6ff8331be0264ab17b49396e687586b041a1ca4131542d8d0e1e9547f2108f
Contents?: true
Size: 615 Bytes
Versions: 11
Compression:
Stored size: 615 Bytes
Contents
# VeloPayments::PayeeDeltaResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | [**PayeeDeltaResponsePage**](PayeeDeltaResponsePage.md) | | [optional] **links** | [**Array<PayeeDeltaResponseLinks>**](PayeeDeltaResponseLinks.md) | | [optional] **content** | [**Array<PayeeDelta>**](PayeeDelta.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayeeDeltaResponse.new(page: null, links: null, content: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems