Sha256: cc57cf2cb6c9267416c278bea360e55efd57aa899c946f137f83ca6b0f25f0d5
Contents?: true
Size: 762 Bytes
Versions: 10
Compression:
Stored size: 762 Bytes
Contents
# VeloPayments::PagedPayeeResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **summary** | [**PagedPayeeResponseSummary**](PagedPayeeResponseSummary.md) | | [optional] **page** | [**PagedPayeeResponsePage**](PagedPayeeResponsePage.md) | | [optional] **links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) | | [optional] **content** | [**Array<PayeeResponse>**](PayeeResponse.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PagedPayeeResponse.new(summary: null, page: null, links: null, content: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems