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