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